1 type derived from SelfHostDeployer
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\NginxDeployer.cs (1)
17public class NginxDeployer : SelfHostDeployer
1 instantiation of SelfHostDeployer
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\ApplicationDeployerFactory.cs (1)
32return new SelfHostDeployer(deploymentParameters, loggerFactory);