Update baseline build instructions to use working branch instead of main#125853
Merged
Conversation
Co-authored-by: elinor-fung <47805090+elinor-fung@users.noreply.github.com> Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/66fe33ef-2d06-4f80-8ec7-f4cf8925d071
Copilot created this pull request from a session on behalf of
elinor-fung
March 20, 2026 19:19
View session
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the baseline build guidance in .github/copilot-instructions.md to run the baseline build on the developer’s working branch (prior to making changes), rather than requiring a checkout of main, simplifying the workflow while keeping the “baseline build first” requirement.
Changes:
- Adjust Step 2 to instruct running the baseline build on the working branch before making code changes.
- Remove Step 3 language about switching back to the working branch after the baseline build.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
AaronRobinsonMSFT
approved these changes
Apr 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I noticed that my agents kept checking out the main branch and doing a build. Especially if/when main had diverged from whatever the working branch was based on, this was a lot of unnecessary work/time. We just want a 'before new changes' build, not main specifically.
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.