C# Class DryRunner.TestSiteDeployer

Builds and packages the test site using MSBuild.
Datei anzeigen Open project: tgjones/dryrunner Class Usage Examples

Public Methods

Method Description
Deploy ( ) : void

Deploys (builds and packages) the test site.

TestSiteDeployer ( TestSiteDeployerOptions options ) : System

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

Private Methods

Method Description
Build ( TestSiteDeployerOptions options ) : MsBuildResult

Method Details

Deploy() public method

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

TestSiteDeployer() public method

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