Update queue-all.ps1

removed useless comment
This commit is contained in:
Francesco Belacca 2022-03-27 10:53:21 +02:00 committed by GitHub
parent 981507dccb
commit 8270b7e0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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