Skip to content

Instantly share code, notes, and snippets.

@ernestohs
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save ernestohs/56e91d4089ba42c91466 to your computer and use it in GitHub Desktop.

Select an option

Save ernestohs/56e91d4089ba42c91466 to your computer and use it in GitHub Desktop.
I hate when the cached dlls are messing up with my debugging or build process
# Delete all the bin and obj directories from this path
(ls -include bin,obj -Recurse) | foreach ($_) { rm $_.fullname -Force -Recurse }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment