Skip to content

Instantly share code, notes, and snippets.

@jmreynolds
Created March 5, 2016 19:25
Show Gist options
  • Save jmreynolds/1a26c5a7ca2db2ae6a33 to your computer and use it in GitHub Desktop.
Save jmreynolds/1a26c5a7ca2db2ae6a33 to your computer and use it in GitHub Desktop.
Super Useful trick to include in build scripts as a "pre-build" step. Makes sure you always start fresh. From https://sachabarbs.wordpress.com/2014/10/24/powershell-to-clean-visual-studio-binobj-folders/
gci -inc bin,obj -rec | rm -rec -force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment