3 instantiations of DeploymentResult
Microsoft.AspNetCore.Server.IntegrationTesting (3)
Deployers\NginxDeployer.cs (1)
92
return new
DeploymentResult
(
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (1)
101
return new
DeploymentResult
(
Deployers\SelfHostDeployer.cs (1)
69
return new
DeploymentResult
(
5 references to DeploymentResult
Microsoft.AspNetCore.Server.IntegrationTesting (5)
Common\DeploymentParameters.cs (1)
106
/// different than this. Use <see cref="
DeploymentResult
.ApplicationBaseUri"/> for the
Deployers\ApplicationDeployer.cs (1)
73
public abstract Task<
DeploymentResult
> DeployAsync();
Deployers\NginxDeployer.cs (1)
28
public override async Task<
DeploymentResult
> DeployAsync()
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (1)
73
public override async Task<
DeploymentResult
> DeployAsync()
Deployers\SelfHostDeployer.cs (1)
32
public override async Task<
DeploymentResult
> DeployAsync()