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: