IApplicationDeployer Interface

Common operations on an application deployer.

Namespace
Microsoft.AspNetCore.Server.Testing
Assemblies
  • Microsoft.AspNetCore.Server.Testing

Syntax

public interface IApplicationDeployer : IDisposable
interface Microsoft.AspNetCore.Server.Testing.IApplicationDeployer

Methods

Deploy()

Deploys the application to the target with specified Microsoft.AspNetCore.Server.Testing.DeploymentParameters.

Return type:Microsoft.AspNetCore.Server.Testing.DeploymentResult
DeploymentResult Deploy()