Skip to content

Instantly share code, notes, and snippets.

@tomwis
Created February 4, 2018 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomwis/a5eb28ac01f73512b7dfcf7a03badea7 to your computer and use it in GitHub Desktop.
Save tomwis/a5eb28ac01f73512b7dfcf7a03badea7 to your computer and use it in GitHub Desktop.
Task("clean")
.Does (() =>
{
CleanDirectories ("./**/bin");
CleanDirectories ("./**/obj");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment