Skip to content

Instantly share code, notes, and snippets.

@oguzhankircali
Created March 21, 2020 20:46
Show Gist options
  • Save oguzhankircali/1fd8e42c511031e537ab438ee02dd4c0 to your computer and use it in GitHub Desktop.
Save oguzhankircali/1fd8e42c511031e537ab438ee02dd4c0 to your computer and use it in GitHub Desktop.
# Archive your static HTML project and save it with the build record.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'windows-latest'
steps:
- task: AzureFileCopy@2
inputs:
SourcePath: '$(Build.SourcesDirectory)'
azureSubscription: 'Azure subscription 1 (dsdb74er-8uy7-4e1e-py87-sdfsdfsf)'
Destination: 'AzureBlob'
storage: 'mystorage'
containerName: '$web'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment