Skip to content

Commit 0a1333a

Browse files
author
Erik Gassler
committed
cli fixes
1 parent be78ba0 commit 0a1333a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ stages:
134134
- task: AzureCLI@2
135135
displayName: 'Copy Files to Azure Blob Storage'
136136
inputs:
137-
azureSubscription: {azureSubscription}
138-
scriptType: ps
137+
azureSubscription: '$(azureSubscription)'
138+
scriptType: pscore
139139
scriptLocation: inlineScript
140140
inlineScript: |
141141
$Container = '$web'

0 commit comments

Comments
 (0)