From 1d796f598fd675808f3809b292339b5b809a8381 Mon Sep 17 00:00:00 2001 From: apudovkin-ms Date: Mon, 16 Sep 2024 09:23:47 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f4c48a06..399fad7a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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