File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1010 inputs :
1111 azureSubscription : $(ACR_ARM_SERVICE_CONNECTION)
1212 scriptLocation : " inlineScript"
13+ scriptType : " bash"
1314 inlineScript : |
1415 az acr login -n $(ACR)
1516
2627 inputs :
2728 azureSubscription : $(ACR_ARM_SERVICE_CONNECTION)
2829 scriptLocation : " inlineScript"
30+ scriptType : " bash"
2931 inlineScript : |
3032 docker logout
Original file line number Diff line number Diff line change 1010 inputs :
1111 azureSubscription : $(ACR_ARM_SERVICE_CONNECTION)
1212 scriptLocation : " inlineScript"
13+ scriptType : " bash"
1314 inlineScript : |
1415 az acr login -n $(ACR)
1516
4142 inputs :
4243 azureSubscription : $(ACR_ARM_SERVICE_CONNECTION)
4344 scriptLocation : " inlineScript"
45+ scriptType : " bash"
4446 inlineScript : |
4547 docker logout
4648
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ stages:
136136 inputs :
137137 azureSubscription : $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
138138 scriptLocation : " inlineScript"
139+ scriptType : " bash"
139140 inlineScript : |
140141 echo Creating storage container with name acn-$(STORAGE_ID) and account name $(STORAGE_ACCOUNT_NAME)
141142 az storage container create -n acn-$(STORAGE_ID) --account-name $(STORAGE_ACCOUNT_NAME) --public-access container
@@ -325,6 +326,7 @@ stages:
325326 inputs :
326327 azureSubscription : $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
327328 scriptLocation : " inlineScript"
329+ scriptType : " bash"
328330 inlineScript : |
329331 BUILD_NUMBER=$(Build.BuildNumber)
330332 BUILD_NUMBER=${BUILD_NUMBER//./-}
You can’t perform that action at this time.
0 commit comments