Created
November 12, 2017 09:31
-
-
Save bcnzer/0f790232d8c71ac0ff4f572859cac184 to your computer and use it in GitHub Desktop.
Copy all the files from the repo in VSTS
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
| # Note I'm using the clean option in the Get Sources area | |
| Write-Host "Copying all items in the project" | |
| copy-item * $(Build.ArtifactStagingDirectory) -recurse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment