9 references to GetDotNetExecutable
IIS.LongTests (2)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (2)
40
private readonly string _dotnetLocation = DotNetCommands.
GetDotNetExecutable
(RuntimeArchitecture.x64);
209
deploymentParameters.EnvironmentVariables["PATH"] = Path.GetDirectoryName(DotNetCommands.
GetDotNetExecutable
(deploymentParameters.RuntimeArchitecture));
IIS.NewHandler.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (2)
40
private readonly string _dotnetLocation = DotNetCommands.
GetDotNetExecutable
(RuntimeArchitecture.x64);
209
deploymentParameters.EnvironmentVariables["PATH"] = Path.GetDirectoryName(DotNetCommands.
GetDotNetExecutable
(deploymentParameters.RuntimeArchitecture));
IISExpress.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (2)
40
private readonly string _dotnetLocation = DotNetCommands.
GetDotNetExecutable
(RuntimeArchitecture.x64);
209
deploymentParameters.EnvironmentVariables["PATH"] = Path.GetDirectoryName(DotNetCommands.
GetDotNetExecutable
(deploymentParameters.RuntimeArchitecture));
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\ApplicationDeployer.cs (1)
105
executableName = DotNetCommands.
GetDotNetExecutable
(DeploymentParameters.RuntimeArchitecture);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISDeployer.cs (1)
145
aspNetCore.SetAttributeValue("processPath", DotNetCommands.
GetDotNetExecutable
(DeploymentParameters.RuntimeArchitecture));
IISExpressDeployer.cs (1)
360
var executableName = DotNetCommands.
GetDotNetExecutable
(DeploymentParameters.RuntimeArchitecture);