From f085a8e5e021692bac3ef6cc0cfa8909b529cea4 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Thu, 28 Mar 2019 11:01:32 -0400 Subject: [PATCH] Force Windows Test to PwSh --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index afbd413..633d063 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ jobs: vmImage: vs2017-win2016 steps: - powershell: | - .\build.ps1 -Verbose + pwsh -c '.\build.ps1 -Verbose' displayName: 'Build and Test' - task: PublishTestResults@2 inputs: