2 writes to ApplicationName
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Common\DeploymentParameters.cs (1)
63
ApplicationName
= new DirectoryInfo(ApplicationPath).Name;
Deployers\ApplicationDeployer.cs (1)
53
DeploymentParameters.
ApplicationName
= new DirectoryInfo(DeploymentParameters.ApplicationPath).Name;
3 references to ApplicationName
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Deployers\ApplicationDeployer.cs (1)
51
if (string.IsNullOrEmpty(DeploymentParameters.
ApplicationName
))
Deployers\SelfHostDeployer.cs (1)
103
var executable = Path.Combine(workingDirectory, DeploymentParameters.
ApplicationName
+ executableExtension);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
IISExpressDeployer.cs (1)
69
var entryPoint = Path.Combine(dllRoot, DeploymentParameters.
ApplicationName
+ executableExtension);