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 authored Sep 16, 2024
1 parent 20b69f0 commit 1d796f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extends:
.\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 1d796f5

Please sign in to comment.