1 write to Path
Microsoft.AspNetCore.Server.IntegrationTesting (1)
PublishedApplication.cs (1)
17
Path
= path;
8 references to Path
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\MultiApplicationTests.cs (1)
83
SetHostingModel(_publishedApplication.
Path
, otherApp);
IIS.LongTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
962
deploymentParameters.EnvironmentVariables["ANCM_LAUNCHER_ARGS"] = Path.ChangeExtension(Path.Combine(publishedApp.
Path
, deploymentParameters.ApplicationPublisher.ApplicationPath), ".dll");
IIS.NewHandler.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
962
deploymentParameters.EnvironmentVariables["ANCM_LAUNCHER_ARGS"] = Path.ChangeExtension(Path.Combine(publishedApp.
Path
, deploymentParameters.ApplicationPublisher.ApplicationPath), ".dll");
IISExpress.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\MultiApplicationTests.cs (1)
83
SetHostingModel(_publishedApplication.
Path
, otherApp);
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
962
deploymentParameters.EnvironmentVariables["ANCM_LAUNCHER_ARGS"] = Path.ChangeExtension(Path.Combine(publishedApp.
Path
, deploymentParameters.ApplicationPublisher.ApplicationPath), ".dll");
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),