Skip to content

Commit

Permalink
Revert "Remove tooling->preview flow (#7149)" (#7249)
Browse files Browse the repository at this point in the history
This reverts commit 8e9f54a.
  • Loading branch information
mmitche committed Apr 15, 2021
1 parent 40ecdb3 commit 47ea6a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/create-net6-preview-flow.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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



0 comments on commit 47ea6a3

Please sign in to comment.