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