From 47ea6a3a6444a285d59b9d9355fbc4b2e0955885 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 15 Apr 2021 09:34:21 -0700 Subject: [PATCH] Revert "Remove tooling->preview flow (#7149)" (#7249) This reverts commit 8e9f54a9e41e20c38bd5ae034d58455eacc3b377. --- scripts/create-net6-preview-flow.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/create-net6-preview-flow.ps1 b/scripts/create-net6-preview-flow.ps1 index 27ee35328a0..eab6cd8d50d 100644 --- a/scripts/create-net6-preview-flow.ps1 +++ b/scripts/create-net6-preview-flow.ps1 @@ -85,5 +85,11 @@ AddFlow https://github.com/dotnet/sdk $SdkChannel https://github.com/dotnet/inst AddFlow https://github.com/dotnet/roslyn-analyzers $SdkChannel https://github.com/dotnet/sdk $SdkBranch EveryBuild AddFlow https://github.com/dotnet/templating $SdkChannel https://github.com/dotnet/sdk $SdkBranch EveryBuild +Write-Host "Add tooling->sdk flow" +AddFlow https://github.com/nuget/nuget.client $VSChannel https://github.com/dotnet/sdk $SdkBranch EveryBuild +AddFlow https://github.com/dotnet/roslyn "VS Master" https://github.com/dotnet/sdk $SdkBranch EveryBuild +AddFlow https://github.com/dotnet/fsharp $VSChannel https://github.com/dotnet/sdk $SdkBranch EveryBuild +AddFlow https://github.com/dotnet/msbuild $VSChannel https://github.com/dotnet/sdk $SdkBranch EveryBuild +