Skip to content

Commit 1d796f5

Browse files
authored
Update azure-pipelines.yml
1 parent 20b69f0 commit 1d796f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extends:
5656
.\scripts\windows\init.ps1 if ($LASTEXITCODE -ne 0) {
5757
Write-Host "##vso[task.logissue type=error;] init script failed."
5858
Exit $LASTEXITCODE
59-
} & python -m pip install -U pip setuptools
59+
} "&" python -m pip install -U pip setuptools
6060
- task: Bash@3
6161
name: ShellScript1
6262
displayName: Update Version

0 commit comments

Comments
 (0)