C# Class Build.Commands

Mostrar archivo Open project: plioi/parsley

Public Methods

Method Description
Default ( ) : void
Package ( int buildNumber ) : void

Private Methods

Method Description
Build ( ) : void
Clean ( ) : void
Pack ( int buildNumber ) : void
Restore ( ) : void
Test ( ) : void

Method Details

Default() public method

public Default ( ) : void
return void

Package() public method

public Package ( int buildNumber ) : void
buildNumber int
return void