We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5f0ea commit b160b8fCopy full SHA for b160b8f
azure-pipelines.yml
@@ -131,7 +131,7 @@ stages:
131
scriptType: pscore
132
scriptLocation: inlineScript
133
inlineScript: 'az storage blob delete-batch -s ''$web'' --account-name $(accountName)'
134
- - task: AzureFileCopy@5
+ - task: AzureFileCopy@4
135
displayName: 'Copy Files to Azure Blob Storage'
136
inputs:
137
SourcePath: '$(System.DefaultWorkingDirectory)/$(webAppName)/bin/Release/net7.0/publish/wwwroot'
0 commit comments