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