3 instantiations of DeploymentResult
Microsoft.AspNetCore.Server.IntegrationTesting (3)
Deployers\NginxDeployer.cs (1)
92return new DeploymentResult(
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (1)
101return new DeploymentResult(
Deployers\SelfHostDeployer.cs (1)
69return 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)
73public abstract Task<DeploymentResult> DeployAsync();
Deployers\NginxDeployer.cs (1)
28public override async Task<DeploymentResult> DeployAsync()
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (1)
73public override async Task<DeploymentResult> DeployAsync()
Deployers\SelfHostDeployer.cs (1)
32public override async Task<DeploymentResult> DeployAsync()