From 8270b7e0bbebdbbe7844a28a8459e597f4866741 Mon Sep 17 00:00:00 2001 From: Francesco Belacca Date: Sun, 27 Mar 2022 10:53:21 +0200 Subject: [PATCH] Update queue-all.ps1 removed useless comment --- build/acr-build/queue-all.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/acr-build/queue-all.ps1 b/build/acr-build/queue-all.ps1 index d160abfc1..eca901949 100644 --- a/build/acr-build/queue-all.ps1 +++ b/build/acr-build/queue-all.ps1 @@ -31,5 +31,3 @@ $services |% { Write-Host "Setting ACR build $bname ($bimg)" az acr build-task create --registry $acrName --name $bname --image ${bimg}:$gitBranch --context $gitContext --branch $gitBranch --git-access-token $patToken --file $bfile } - -# Basket.API