Created
February 15, 2019 18:27
-
-
Save artisticcheese/b9d9c57a58b674f71e1e63760e4c56dc to your computer and use it in GitHub Desktop.
This file contains 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
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