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