Update az pipeline Windows Script
Using single quotes will not execute the script. Changing to double quotes should actually run the build process on the Windows Host
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user