File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ extends:
172
172
displayName : Azure CLI
173
173
inputs :
174
174
azureSubscription : az-blob-cicd-infra
175
- scriptType : core
175
+ scriptType : pscore
176
176
scriptLocation : inlineScript
177
177
inlineScript : |
178
178
az account show
@@ -208,7 +208,7 @@ extends:
208
208
displayName : Azure CLI
209
209
inputs :
210
210
azureSubscription : az-blob-cicd-infra
211
- scriptType : core
211
+ scriptType : pscore
212
212
scriptLocation : inlineScript
213
213
inlineScript : |
214
214
az account show
@@ -263,7 +263,7 @@ extends:
263
263
displayName : Azure CLI
264
264
inputs :
265
265
azureSubscription : az-blob-cicd-infra
266
- scriptType : core
266
+ scriptType : pscore
267
267
scriptLocation : inlineScript
268
268
inlineScript : |
269
269
az account show
Original file line number Diff line number Diff line change 38
38
displayName : Azure CLI
39
39
inputs :
40
40
azureSubscription : az-blob-cicd-infra
41
- scriptType : core
41
+ scriptType : pscore
42
42
scriptLocation : inlineScript
43
43
inlineScript : |
44
44
az account show
You can’t perform that action at this time.
0 commit comments