Method | Description | |
---|---|---|
Build ( ) : |
||
FilesMatching ( string glob ) : |
||
ForProjectIn ( string projectRoot ) : |
||
In ( string workingDirectory ) : |
||
On ( Trigger trigger ) : |
||
ProjectInSolution ( string solutionRoot ) : |
||
Run ( string command ) : |
||
WithScope ( CommandScope scope ) : |
public FilesMatching ( string glob ) : |
||
glob | string | |
return |
public ForProjectIn ( string projectRoot ) : |
||
projectRoot | string | |
return |
public In ( string workingDirectory ) : |
||
workingDirectory | string | |
return |
public On ( Trigger trigger ) : |
||
trigger | Trigger | |
return |
public ProjectInSolution ( string solutionRoot ) : |
||
solutionRoot | string | |
return |
public Run ( string command ) : |
||
command | string | |
return |
public WithScope ( CommandScope scope ) : |
||
scope | CommandScope | |
return |