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