Skip to content

Commit 43425dd

Browse files
author
Erik Gassler
committed
script fix
1 parent 0a1333a commit 43425dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ stages:
139139
scriptLocation: inlineScript
140140
inlineScript: |
141141
$Container = '$web'
142-
az storage copy -s '$(System.DefaultWorkingDirectory)/$(webAppName)/bin/Release/net7.0/publish/wwwroot' --destination-account-name {accountName} --destination-container $Container --recursive
142+
az storage copy -s '$(System.DefaultWorkingDirectory)/$(webAppName)/bin/Release/net7.0/publish/wwwroot' --destination-account-name $(accountName) --destination-container $Container --recursive
143143
- task: AzureCLI@2
144144
displayName: 'Set Correct Content-Type Attributes'
145145
inputs:

0 commit comments

Comments
 (0)