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