Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apudovkin-ms committed Sep 16, 2024
1 parent cdf841f commit 146ecdb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,15 @@ extends:
inputs:
targetType: inline
script: >-
.\scripts\windows\init.ps1 if ($LASTEXITCODE -ne 0) {
.\scripts\windows\init.ps1
if ($LASTEXITCODE -ne 0) {
Write-Host "##vso[task.logissue type=error;] init script failed."
Exit $LASTEXITCODE
} "&" python -m pip install -U pip setuptools
}


& python -m pip install -U pip setuptools
- task: Bash@3
name: ShellScript1
displayName: Update Version
Expand Down

0 comments on commit 146ecdb

Please sign in to comment.