C# 클래스 FluentBuild.Publishing.Publish

파일 보기 프로젝트 열기: SkightTeam/eLiteWeb 1 사용 예제들

공개 메소드들

메소드 설명
Ftp ( Action args ) : void
Publish ( ) : System
Publish ( IActionExcecutor excecutor ) : System
ToGoogleCode ( Action args ) : void
ToNuGet ( Action args ) : void

메소드 상세

Ftp() 공개 메소드

public Ftp ( Action args ) : void
args Action
리턴 void

Publish() 공개 메소드

public Publish ( ) : System
리턴 System

Publish() 공개 메소드

public Publish ( IActionExcecutor excecutor ) : System
excecutor IActionExcecutor
리턴 System

ToGoogleCode() 공개 메소드

public ToGoogleCode ( Action args ) : void
args Action
리턴 void

ToNuGet() 공개 메소드

public ToNuGet ( Action args ) : void
args Action
리턴 void