diff --git a/src/Microsoft.DotNet.Darc/src/Darc/Operations/GetDependencyFlowGraphOperation.cs b/src/Microsoft.DotNet.Darc/src/Darc/Operations/GetDependencyFlowGraphOperation.cs index 06acdc9b3..f457758fc 100644 --- a/src/Microsoft.DotNet.Darc/src/Darc/Operations/GetDependencyFlowGraphOperation.cs +++ b/src/Microsoft.DotNet.Darc/src/Darc/Operations/GetDependencyFlowGraphOperation.cs @@ -42,6 +42,13 @@ public override async Task ExecuteAsync() Channel = await barOnlyRemote.GetChannelAsync(".NET Tools - Latest") } ); + defaultChannels.Add( + new DefaultChannel(0, "https://github.com/dotnet/arcade", true) + { + Branch = "refs/heads/release/3.x", + Channel = await barOnlyRemote.GetChannelAsync(".NET 3 Tools") + } + ); List subscriptions = (await barOnlyRemote.GetSubscriptionsAsync()).ToList(); // Build, then prune out what we don't want to see if the user specified