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