Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save bcnzer/aa0184042eb8a05a5df4538d458a91a8 to your computer and use it in GitHub Desktop.
Copy latest tests onto the server - VSTS
# Remove any existing files and then copy in the new one from the build
remove-item C:\agent\_work\_robotframework\* -recurse
copy-item "Robot framework tests\drop\*" "C:\agent\_work\_robotframework" -recurse
Write-Host "Copied Selenium test items"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment