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