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