Skip to content

Instantly share code, notes, and snippets.

@artisticcheese
Created February 15, 2019 18:27
Show Gist options
  • Save artisticcheese/b9d9c57a58b674f71e1e63760e4c56dc to your computer and use it in GitHub Desktop.
Save artisticcheese/b9d9c57a58b674f71e1e63760e4c56dc to your computer and use it in GitHub Desktop.
pool:
vmImage: Hosted VS2017
steps:
- task: CopyFiles@2
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'
inputs:
SourceFolder: scripts
TargetFolder: '$(build.artifactstagingdirectory)'
- task: PublishBuildArtifacts@1
displayName: 'Publish Artifact: Powershell Scripts'
inputs:
ArtifactName: 'Powershell Scripts'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment