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 cdf841f commit 146ecdbCopy full SHA for 146ecdb
azure-pipelines.yml
@@ -53,10 +53,15 @@ extends:
53
inputs:
54
targetType: inline
55
script: >-
56
- .\scripts\windows\init.ps1 if ($LASTEXITCODE -ne 0) {
+ .\scripts\windows\init.ps1
57
+
58
+ if ($LASTEXITCODE -ne 0) {
59
Write-Host "##vso[task.logissue type=error;] init script failed."
60
Exit $LASTEXITCODE
- } "&" python -m pip install -U pip setuptools
61
+ }
62
63
64
+ & python -m pip install -U pip setuptools
65
- task: Bash@3
66
name: ShellScript1
67
displayName: Update Version
0 commit comments