We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcfa49 commit 5866ddaCopy full SHA for 5866dda
azure-pipelines.yml
@@ -147,4 +147,4 @@ extends:
147
.\scripts\windows\init.ps1 if ($LASTEXITCODE -ne 0) {
148
Write-Host "##vso[task.logissue type=error;] init script failed."
149
Exit $LASTEXITCODE
150
- } & python -m compileall .
+ } "&" python -m compileall .
0 commit comments