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)
79DeploymentParameters.PublishedApplicationRootPath = _publishedApplication.Path; 94_publishedApplication?.Dispose();