Skip to content

Commit 7877a6f

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix use of pscore
1 parent b6e7731 commit 7877a6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pipelines/DSC-Official.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ extends:
172172
displayName: Azure CLI
173173
inputs:
174174
azureSubscription: az-blob-cicd-infra
175-
scriptType: core
175+
scriptType: pscore
176176
scriptLocation: inlineScript
177177
inlineScript: |
178178
az account show
@@ -208,7 +208,7 @@ extends:
208208
displayName: Azure CLI
209209
inputs:
210210
azureSubscription: az-blob-cicd-infra
211-
scriptType: core
211+
scriptType: pscore
212212
scriptLocation: inlineScript
213213
inlineScript: |
214214
az account show
@@ -263,7 +263,7 @@ extends:
263263
displayName: Azure CLI
264264
inputs:
265265
azureSubscription: az-blob-cicd-infra
266-
scriptType: core
266+
scriptType: pscore
267267
scriptLocation: inlineScript
268268
inlineScript: |
269269
az account show

.pipelines/DSC-Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
displayName: Azure CLI
3939
inputs:
4040
azureSubscription: az-blob-cicd-infra
41-
scriptType: core
41+
scriptType: pscore
4242
scriptLocation: inlineScript
4343
inlineScript: |
4444
az account show

0 commit comments

Comments
 (0)