1 write to _publishedApplication
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\ApplicationDeployer.cs (1)
78
_publishedApplication
= publisher.Publish(DeploymentParameters, Logger).GetAwaiter().GetResult();
2 references to _publishedApplication
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Deployers\ApplicationDeployer.cs (2)
79
DeploymentParameters.PublishedApplicationRootPath =
_publishedApplication
.Path;
94
_publishedApplication
?.Dispose();