1 write to Path
Microsoft.AspNetCore.Server.IntegrationTesting (1)
PublishedApplication.cs (1)
17Path = path;
3 references to Path
Microsoft.AspNetCore.Server.IntegrationTesting (3)
CachingApplicationPublisher.cs (1)
54var source = new DirectoryInfo(application.Path);
Deployers\ApplicationDeployer.cs (1)
79DeploymentParameters.PublishedApplicationRootPath = _publishedApplication.Path;
PublishedApplication.cs (1)
23() => Directory.Delete(Path, true),