2 references to BuildInstallArguments
Microsoft.DotNet.Arcade.Sdk (2)
src\InstallDotNetCore.cs (2)
133
string arguments =
BuildInstallArguments
(runtime, normalizedVersion, architecture, includeRuntimeSourceOptions: true);
178
string safeArguments =
BuildInstallArguments
(runtime, normalizedVersion, architecture, includeRuntimeSourceOptions: false);