Last active
February 4, 2018 14:04
-
-
Save tomwis/86c84e25b9f3ed5d69a6d1e9e08861d5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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