C# 클래스 DryRunner.TestSiteDeployer

Builds and packages the test site using MSBuild.
파일 보기 프로젝트 열기: tgjones/dryrunner 1 사용 예제들

공개 메소드들

메소드 설명
Deploy ( ) : void

Deploys (builds and packages) the test site.

TestSiteDeployer ( TestSiteDeployerOptions options ) : System

Creates a new test site deployed using options defined in options.

비공개 메소드들

메소드 설명
Build ( TestSiteDeployerOptions options ) : MsBuildResult

메소드 상세

Deploy() 공개 메소드

Deploys (builds and packages) the test site.
public Deploy ( ) : void
리턴 void

TestSiteDeployer() 공개 메소드

Creates a new test site deployed using options defined in options.
public TestSiteDeployer ( TestSiteDeployerOptions options ) : System
options DryRunner.Options.TestSiteDeployerOptions
리턴 System