Target.WithContext Module
Run functions which don't throw and return the context after all targets have been executed.
Functions and values
Function or value | Description |
Full Usage:
run parallelJobs targetName args
Parameters:
int
targetName : string
args : string list
Returns: OptionalTargetContext
|
|
Full Usage:
runOrDefault defaultTarget
Parameters:
string
Returns: OptionalTargetContext
|
Runs the command given on the command line or the given target when no target is given & get context
|
Full Usage:
runOrDefaultWithArguments defaultTarget
Parameters:
string
Returns: OptionalTargetContext
|
Runs the command given on the command line or the given target when no target is given & get context
|
|
|