diff --git a/scripts/create-net6-preview-flow.ps1 b/scripts/create-net7-preview-flow.ps1 similarity index 94% rename from scripts/create-net6-preview-flow.ps1 rename to scripts/create-net7-preview-flow.ps1 index 136648244a7..6f3a6ee012b 100644 --- a/scripts/create-net6-preview-flow.ps1 +++ b/scripts/create-net7-preview-flow.ps1 @@ -58,7 +58,7 @@ MakeDefaultChannel https://github.com/dotnet/runtime $RuntimeBranch $RuntimeChan MakeDefaultChannel https://github.com/dotnet/windowsdesktop $RuntimeBranch $RuntimeChannel MakeDefaultChannel https://github.com/dotnet/wpf $RuntimeBranch $RuntimeChannel MakeDefaultChannel https://github.com/dotnet/winforms $RuntimeBranch $RuntimeChannel -MakeDefaultChannel https://github.com/mono/linker $RuntimeBranch $RuntimeChannel +MakeDefaultChannel https://github.com/dotnet/linker $RuntimeBranch $RuntimeChannel if ($AddInternalFlow) { # Because of where internal fixes tend to be, we eliminate some leaves in the graph @@ -82,6 +82,7 @@ MakeDefaultChannel https://github.com/dotnet/installer $SdkBranch $SdkChannel MakeDefaultChannel https://github.com/dotnet/sdk $SdkBranch $SdkChannel MakeDefaultChannel https://github.com/dotnet/roslyn-analyzers $SdkBranch $SdkChannel MakeDefaultChannel https://github.com/dotnet/templating $SdkBranch $SdkChannel +MakeDefaultChannel https://github.com/dotnet/razor-compiler $SdkBranch $SdkChannel if ($AddInternalFlow) { # Because of where internal fixes tend to be, we eliminate some leaves in the sdk graph @@ -109,11 +110,12 @@ AddArcadeFlow https://github.com/dotnet/runtime $RuntimeBranch AddArcadeFlow https://github.com/dotnet/windowsdesktop $RuntimeBranch AddArcadeFlow https://github.com/dotnet/wpf $RuntimeBranch AddArcadeFlow https://github.com/dotnet/winforms $RuntimeBranch -AddArcadeFlow https://github.com/mono/linker $RuntimeBranch +AddArcadeFlow https://github.com/dotnet/linker $RuntimeBranch AddArcadeFlow https://github.com/dotnet/installer $SdkBranch AddArcadeFlow https://github.com/dotnet/sdk $SdkBranch AddArcadeFlow https://github.com/dotnet/roslyn-analyzers $SdkBranch AddArcadeFlow https://github.com/dotnet/templating $SdkBranch +AddArcadeFlow https://github.com/dotnet/razor-compiler $SdkBranch Write-Host "Adding runtime -> runtime flow" AddFlow https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int $RuntimeChannel https://github.com/dotnet/wpf $RuntimeBranch EveryBuild @@ -126,7 +128,7 @@ AddFlow https://github.com/dotnet/runtime $RuntimeChannel https://github.com/dot AddFlow https://github.com/dotnet/runtime $RuntimeChannel https://github.com/dotnet/winforms $RuntimeBranch EveryBuild AddFlow https://github.com/dotnet/winforms $RuntimeChannel https://github.com/dotnet/wpf $RuntimeBranch EveryBuild AddFlow https://github.com/dotnet/wpf $RuntimeChannel https://github.com/dotnet/windowsdesktop $RuntimeBranch EveryBuild -AddFlow https://github.com/mono/linker $RuntimeChannel https://github.com/dotnet/runtime $RuntimeBranch EveryBuild +AddFlow https://github.com/dotnet/linker $RuntimeChannel https://github.com/dotnet/runtime $RuntimeBranch EveryBuild if ($AddInternalFlow) { Write-Host "Adding internal runtime -> internal runtime flow" @@ -146,7 +148,7 @@ AddFlow https://github.com/dotnet/aspnetcore $RuntimeChannel https://github.com/ AddFlow https://github.com/dotnet/windowsdesktop $RuntimeChannel https://github.com/dotnet/sdk $SdkBranch EveryBuild AddFlow https://github.com/dotnet/runtime $RuntimeChannel https://github.com/dotnet/sdk $SdkBranch EveryBuild AddFlow https://github.com/dotnet/runtime $RuntimeChannel https://github.com/dotnet/templating $SdkBranch EveryBuild -AddFlow https://github.com/mono/linker $RuntimeChannel https://github.com/dotnet/sdk $SdkBranch EveryBuild +AddFlow https://github.com/dotnet/linker $RuntimeChannel https://github.com/dotnet/sdk $SdkBranch EveryBuild if ($AddInternalFlow) { Write-Host "Adding internal runtime->internal sdk flow" @@ -163,6 +165,7 @@ Write-Host "Add sdk->sdk flow" AddFlow https://github.com/dotnet/sdk $SdkChannel https://github.com/dotnet/installer $SdkBranch EveryBuild 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 +AddFlow https://github.com/dotnet/razor-compiler $SdkChannel https://github.com/dotnet/sdk $SdkBranch EveryBuild if ($AddInternalFlow) { Write-Host "Adding internal sdk->internal sdk flow"