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