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