7 references to _dotnetLocation
IISExpress.FunctionalTests (7)
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (7)
48
deploymentParameters.EnvironmentVariables["DotnetPath"] =
_dotnetLocation
;
89
var dotnetLocationWithoutExtension =
_dotnetLocation
.Substring(0,
_dotnetLocation
.LastIndexOf(".", StringComparison.Ordinal));
100
var dotnetLocationWithoutExtension =
_dotnetLocation
.Substring(0,
_dotnetLocation
.LastIndexOf(".", StringComparison.Ordinal)).ToUpperInvariant();
114
deploymentParameters.EnvironmentVariables["PATH"] = Path.GetDirectoryName(
_dotnetLocation
);
944
deploymentParameters.EnvironmentVariables["ANCM_LAUNCHER_PATH"] =
_dotnetLocation
;