2 types derived from ApplicationDeployer
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (1)
13
public class RemoteWindowsDeployer :
ApplicationDeployer
Deployers\SelfHostDeployer.cs (1)
15
public class SelfHostDeployer :
ApplicationDeployer
1 reference to ApplicationDeployer
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\ApplicationDeployerFactory.cs (1)
20
public static
ApplicationDeployer
Create(DeploymentParameters deploymentParameters, ILoggerFactory loggerFactory)