7 references to _dotnetLocation
IIS.LongTests (7)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (7)
49deploymentParameters.EnvironmentVariables["DotnetPath"] = _dotnetLocation; 90var dotnetLocationWithoutExtension = _dotnetLocation.Substring(0, _dotnetLocation.LastIndexOf(".", StringComparison.Ordinal)); 101var dotnetLocationWithoutExtension = _dotnetLocation.Substring(0, _dotnetLocation.LastIndexOf(".", StringComparison.Ordinal)).ToUpperInvariant(); 115deploymentParameters.EnvironmentVariables["PATH"] = Path.GetDirectoryName(_dotnetLocation); 944deploymentParameters.EnvironmentVariables["ANCM_LAUNCHER_PATH"] = _dotnetLocation;