C# Class FluentBuild.Publishing.Publish

Show file Open project: SkightTeam/eLiteWeb Class Usage Examples

Public Methods

Method Description
Ftp ( Action args ) : void
Publish ( ) : System
Publish ( IActionExcecutor excecutor ) : System
ToGoogleCode ( Action args ) : void
ToNuGet ( Action args ) : void

Method Details

Ftp() public method

public Ftp ( Action args ) : void
args Action
return void

Publish() public method

public Publish ( ) : System
return System

Publish() public method

public Publish ( IActionExcecutor excecutor ) : System
excecutor IActionExcecutor
return System

ToGoogleCode() public method

public ToGoogleCode ( Action args ) : void
args Action
return void

ToNuGet() public method

public ToNuGet ( Action args ) : void
args Action
return void