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