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