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