Skip to content

Instantly share code, notes, and snippets.

@jasongaylord
Created April 11, 2019 17:33
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 jasongaylord/be79eef4aaa49aa70f6dc401a2d6c56d to your computer and use it in GitHub Desktop.
Save jasongaylord/be79eef4aaa49aa70f6dc401a2d6c56d to your computer and use it in GitHub Desktop.
Azure Pipelines - Build YAML file for HTML Copying
trigger:
- master
name: $(Date:yyyyMMdd)$(Rev:.r)
pool:
vmImage: 'Ubuntu-16.04'
steps:
- task: CopyFiles@2
inputs:
SourceFolder: '$(build.sourcesDirectory)'
TargetFolder: '$(build.ArtifactStagingDirectory)'
CleanTargetFolder: true
- task: PublishBuildArtifacts@1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment