Skip to content

Instantly share code, notes, and snippets.

@a5ync
Created March 23, 2017 00:27
Show Gist options
  • Save a5ync/aad386d16cd159c7b13aa20bf8cf1970 to your computer and use it in GitHub Desktop.
Save a5ync/aad386d16cd159c7b13aa20bf8cf1970 to your computer and use it in GitHub Desktop.
TeamCity: Removing recursively *.pdb
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