File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ az provider register -n Microsoft.ContainerService
6161az extension add -- upgrade -- name aks- preview
6262az extension add -- upgrade -- name amg
6363
64- # if BUILD_CONTAINERS is set to true, set the DEPLOY_AZURE_CONTAINER_REGISTRY to true
64+ # if BUILD_CONTAINERS is set to true, always set DEPLOY_AZURE_CONTAINER_REGISTRY to true
6565if ($env: BUILD_CONTAINERS -eq " true" ) {
6666 azd env set DEPLOY_AZURE_CONTAINER_REGISTRY true
6767}
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ az provider register -n Microsoft.ContainerService
6161az extension add --upgrade --name aks-preview
6262az extension add --upgrade --name amg
6363
64- # if BUILD_CONTAINERS is set to true, set the DEPLOY_AZURE_CONTAINER_REGISTRY to true
64+ # if BUILD_CONTAINERS is set to true, always set DEPLOY_AZURE_CONTAINER_REGISTRY to true
6565if [ " $BUILD_CONTAINERS " = " true" ]; then
6666 azd env set DEPLOY_AZURE_CONTAINER_REGISTRY true
6767fi
You can’t perform that action at this time.
0 commit comments