C# Class DryRunner.TestSiteDeployer

Builds and packages the test site using MSBuild.
Afficher le fichier Open project: tgjones/dryrunner Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Build ( TestSiteDeployerOptions options ) : MsBuildResult

Method Details

Deploy() public méthode

Deploys (builds and packages) the test site.
public Deploy ( ) : void
Résultat void

TestSiteDeployer() public méthode

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