1 write to DotnetRuntimePath
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeploymentParameters.cs (1)
24
DotnetRuntimePath
= dotnetRuntimePath;
7 references to DotnetRuntimePath
Microsoft.AspNetCore.Server.IntegrationTesting (7)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (7)
55
&& string.IsNullOrEmpty(_deploymentParameters.
DotnetRuntimePath
))
57
throw new ArgumentException($"Invalid value '{_deploymentParameters.
DotnetRuntimePath
}' for {nameof(RemoteWindowsDeploymentParameters.
DotnetRuntimePath
)}. " +
159
if (!string.IsNullOrEmpty(_deploymentParameters.
DotnetRuntimePath
))
163
Path.Combine(_deploymentParameters.
DotnetRuntimePath
, "dotnet.exe"));
218
if (!string.IsNullOrEmpty(_deploymentParameters.
DotnetRuntimePath
))
220
parameterBuilder.Append(FormattableString.Invariant($" -dotnetRuntimePath \"{_deploymentParameters.
DotnetRuntimePath
}\""));