Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created March 31, 2020 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinZikmund/6209bdee2fd6ae199f41fce8e467c71b to your computer and use it in GitHub Desktop.
Save MartinZikmund/6209bdee2fd6ae199f41fce8e467c71b to your computer and use it in GitHub Desktop.
steps:
- task: AzureFileCopy@2
displayName: 'Copy wwwroot to Azure Storage'
inputs:
SourcePath: '$(System.DefaultWorkingDirectory)/_develop-build/extracted/wwwroot'
azureSubscription: '???'
Destination: AzureBlob
storage: myappstorage
ContainerName: wwwroot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment