메소드 | 설명 | |
---|---|---|
ExtractTagVersionAndName ( string tag ) : string |
Extracts the version and name part out of the specified tag.
|
|
RunUnitTest ( string assembly ) : void |
Runs the unit tester on the specified assembly. Called from extern assemblies. |
메소드 | 설명 | |
---|---|---|
BuildContribRelease ( string tag, string changelog, IEnumerable |
Builds the Releases in the Contrib repository. Depends on: - Compiled BaseLibrary - Updated Sample repository - Existing release tag name
|
|
BuildProjects ( |
||
CheckoutRepositories ( ) : void | ||
CommitAndTagRelease ( string tag ) : void | ||
CreateChangelog ( string tag ) : string | ||
GetTagName ( |
||
Main ( string args ) : void | ||
PushChanges ( ) : void | ||
UpdateSamples ( IEnumerable |
||
UpdateWiki ( string releaseNotes, string zipDir ) : void |
public static ExtractTagVersionAndName ( string tag ) : string | ||
tag | string | date-version-name |
리턴 | string |
public static RunUnitTest ( string assembly ) : void | ||
assembly | string | |
리턴 | void |