Created
March 31, 2020 14:37
-
-
Save MartinZikmund/6209bdee2fd6ae199f41fce8e467c71b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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