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