Skip to content

Instantly share code, notes, and snippets.

@KZeronimo
Created September 29, 2017 13:12
Show Gist options
  • Save KZeronimo/ac8951e067a1783dfb4b361655c1e09d to your computer and use it in GitHub Desktop.
Save KZeronimo/ac8951e067a1783dfb4b361655c1e09d to your computer and use it in GitHub Desktop.
Clean Visual Studio Build Artifacts
gci -inc bin,obj,packages -rec | rm -rec -force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment