diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 77f1202..882dc54 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ jobs: vmImage: vs2017-win2016 steps: - script: | - pwsh -c '.\build.ps1 -Verbose' + pwsh -c ".\build.ps1 -Verbose" displayName: 'Build and Test' - task: PublishTestResults@2 inputs: