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