Skip to content

Commit

Permalink
Switch roslyn channel to be the same as the rest of tooling dependenc…
Browse files Browse the repository at this point in the history
…ies (#7390)
  • Loading branch information
mmitche authored May 14, 2021
1 parent 2c329b2 commit 42de78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-net6-preview-flow.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ AddFlow https://github.com/dotnet/templating $SdkChannel https://github.com/dotn

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/roslyn $VSChannel 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

Expand Down

0 comments on commit 42de78a

Please sign in to comment.