From 8e9f54a9e41e20c38bd5ae034d58455eacc3b377 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 24 Mar 2021 13:11:24 -0700 Subject: [PATCH] Remove tooling->preview flow (#7149) This is not needed until RC-ish. --- scripts/create-net6-preview-flow.ps1 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/create-net6-preview-flow.ps1 b/scripts/create-net6-preview-flow.ps1 index f4e4636d133..bf0b07176f3 100644 --- a/scripts/create-net6-preview-flow.ps1 +++ b/scripts/create-net6-preview-flow.ps1 @@ -85,11 +85,5 @@ 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 $RuntimeChannel 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 -