Skip to content

Commit

Permalink
Revert "Remove tooling->preview flow (dotnet#7149)"
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 d3f18dd commit ef9eb8f
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 ef9eb8f

Please sign in to comment.