Created
March 23, 2017 00:27
-
-
Save a5ync/aad386d16cd159c7b13aa20bf8cf1970 to your computer and use it in GitHub Desktop.
TeamCity: Removing recursively *.pdb
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
Get-ChildItem -Path "%teamcity.build.workingDir%" -Filter *.pdb -Recurse|Remove-Item -force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment