|
@ -31,5 +31,3 @@ $services |% { |
|
|
Write-Host "Setting ACR build $bname ($bimg)" |
|
|
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 |
|
|
az acr build-task create --registry $acrName --name $bname --image ${bimg}:$gitBranch --context $gitContext --branch $gitBranch --git-access-token $patToken --file $bfile |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
# Basket.API |
|
|
|