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 20b69f0 commit 1d796f5Copy full SHA for 1d796f5
azure-pipelines.yml
@@ -56,7 +56,7 @@ extends:
56
.\scripts\windows\init.ps1 if ($LASTEXITCODE -ne 0) {
57
Write-Host "##vso[task.logissue type=error;] init script failed."
58
Exit $LASTEXITCODE
59
- } & python -m pip install -U pip setuptools
+ } "&" python -m pip install -U pip setuptools
60
- task: Bash@3
61
name: ShellScript1
62
displayName: Update Version
0 commit comments