3 references to RuntimeSourceFeed
Microsoft.DotNet.Arcade.Sdk (3)
src\InstallDotNetCore.cs (3)
208
if (includeRuntimeSourceOptions && !string.IsNullOrWhiteSpace(
RuntimeSourceFeed
))
210
arguments += $" -runtimeSourceFeed {
RuntimeSourceFeed
}";
214
if (includeRuntimeSourceOptions && !string.IsNullOrWhiteSpace(
RuntimeSourceFeed
) && !string.IsNullOrWhiteSpace(RuntimeSourceFeedKey))