Skip to content

Instantly share code, notes, and snippets.

@bcnzer
Created November 12, 2017 09:31
Show Gist options
  • Select an option

  • Save bcnzer/0f790232d8c71ac0ff4f572859cac184 to your computer and use it in GitHub Desktop.

Select an option

Save bcnzer/0f790232d8c71ac0ff4f572859cac184 to your computer and use it in GitHub Desktop.
Copy all the files from the repo in VSTS
# 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