Skip to content

Instantly share code, notes, and snippets.

@tomwis
Last active February 4, 2018 14:04
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/86c84e25b9f3ed5d69a6d1e9e08861d5 to your computer and use it in GitHub Desktop.
Save tomwis/86c84e25b9f3ed5d69a6d1e9e08861d5 to your computer and use it in GitHub Desktop.
var target = Argument("target", "TaskName");
Task("TaskName")
.Does (() =>
{
// Tu wpisujemy co zadanie będzie robić
});
RunTarget(target);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment