You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the main to old release channel default channel darc delete-default-channel --repo https://github.com/dotnet/msbuild --branch main --channel "VS 17.6"
Associate the main branch with the next release channel darc add-default-channel --channel "VS 17.7" --branch main --repo https://github.com/dotnet/msbuild
Check subscriptions for the current channel VS 17.6 and update as necessary (for instance, SDK's main branch should usually be updated, whereas release branches often should not be darc get-subscriptions --exact --source-repo https://github.com/dotnet/msbuild --channel "VS 17.6"
Update channel VS 17.6 to VS 17.7 for the sdk main subscription darc update-subscription --id 5480c5ca-4fa6-4d8a-1987-08d9d606f30d
Ensure that the current release channel VS 17.6 is associated with the correct release branch darc get-default-channels --source-repo https://github.com/dotnet/msbuild --branch vs17.6
if it is not, darc add-default-channel --channel "VS 17.6" --branch vs17.6 --repo https://github.com/dotnet/msbuild
Fast-forward merge the correct commit (the one that is currently inserted to VS main) to the vs17.6 branch git push upstream 797fd829a374a880f63fd4eea4ea6990404c48f4:refs/heads/vs17.6
ASAP after release, push packages to nuget.org (not currently automated, contact dnceng)
Update main subscriptions to the new channel (this can be done after release) darc get-subscriptions --exact --target-repo https://github.com/dotnet/msbuild --target-branch main
Create the 17.6 release
Update the PackageValidationBaselineVersion to the latest released version (17.6.0)
The text was updated successfully, but these errors were encountered:
17.7
, createvs17.6
branchVS 17.7
if it doesn't already existdarc add-channel --name "VS 17.7"
main
to old release channel default channeldarc delete-default-channel --repo https://github.com/dotnet/msbuild --branch main --channel "VS 17.6"
main
branch with the next release channeldarc add-default-channel --channel "VS 17.7" --branch main --repo https://github.com/dotnet/msbuild
VS 17.6
and update as necessary (for instance, SDK'smain
branch should usually be updated, whereas release branches often should not bedarc get-subscriptions --exact --source-repo https://github.com/dotnet/msbuild --channel "VS 17.6"
Update channel
VS 17.6
toVS 17.7
for the sdk main subscriptiondarc update-subscription --id 5480c5ca-4fa6-4d8a-1987-08d9d606f30d
VS 17.6
is associated with the correct release branchdarc get-default-channels --source-repo https://github.com/dotnet/msbuild --branch vs17.6
if it is not,
darc add-default-channel --channel "VS 17.6" --branch vs17.6 --repo https://github.com/dotnet/msbuild
vs17.6
branchgit push upstream 797fd829a374a880f63fd4eea4ea6990404c48f4:refs/heads/vs17.6
dotnet/versions
to have the currently-in-servicing branches (extend Automate MSBuild's merge chain versions#867): MSBuild 17.6->16.7 merges versions#875InsertTargetBranch
rel/d17.6
.vs17.6
butPrepare QB-mode bug for final branding insertion in internal VS repovs17.6
branchGet QB approvalmain
subscriptions to the new channel (this can be done after release)darc get-subscriptions --exact --target-repo https://github.com/dotnet/msbuild --target-branch main
The text was updated successfully, but these errors were encountered: