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
In the new branch, update the "Build VS Bootstrapper" task in build-official-release.yml and set channelName to match the VS insertion branch.
E.g., for VS main the channelName is "int.main"; for rel/d17.8 it would be "int.d17.8"; etc.
To run manual insertions, use the DotNet-Project-System pipeline. Enter the GitHub branch as Branch/tag, the VS branch as VS Insertion Branch Name, and check Create VS Insertion PR.
Descriptions of these steps can be found in the team OneNote.
main
snapped torel/d17.13
at 10 Jan 2025, 12PM PSTFor branches not matchingdev*
orfeature/*
(usually we skip these)Update the pull-request.yml (viapr
) to support PR buildsUpdate the official.yml (viatrigger
) to have signed builds the new branch"version"
) to match the version of VS, if neededIn new branch: https://github.com/dotnet/project-system/blob/dev17.❓.x/version.json(already 17.13)main
: https://github.com/dotnet/project-system/blob/main/version.json (Bump version to 17.14 #9635)channelName
to match the VS insertion branch.main
thechannelName
is "int.main"; forrel/d17.8
it would be "int.d17.8"; etc.The text was updated successfully, but these errors were encountered: