Created
November 12, 2017 09:42
-
-
Save bcnzer/aa0184042eb8a05a5df4538d458a91a8 to your computer and use it in GitHub Desktop.
Copy latest tests onto the server - 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
| # 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