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