[automated] Merge branch 'release/10.0.2xx' => 'release/10.0.3xx'#53679
[automated] Merge branch 'release/10.0.2xx' => 'release/10.0.3xx'#53679DonnaChen888 merged 13 commits intorelease/10.0.3xxfrom
Conversation
…260401.3 On relative base path root Microsoft.Testing.Platform From Version 2.2.1-preview.26180.5 -> To Version 2.2.1-preview.26201.3 MSTest From Version 4.2.1-preview.26180.5 -> To Version 4.2.1-preview.26201.3
…260401.3 On relative base path root Microsoft.Testing.Platform From Version 2.2.1-preview.26180.5 -> To Version 2.2.1-preview.26201.3 MSTest From Version 4.2.1-preview.26180.5 -> To Version 4.2.1-preview.26201.3
Reset patterns: - global.json - NuGet.config - eng/Version.Details.xml - eng/Version.Details.props - eng/common/*
Reset patterns: - global.json - NuGet.config - eng/Version.Details.xml - eng/Version.Details.props - eng/common/*
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
The only change in this PR is breaking the tests. I think the version of MTP in 3xx is behind 2xx. @dotnet/dotnet-testing how soon is the update coming? Seems like dotnet/dotnet#5511 is blocked. I can close this, remove the extra baseline code (which will make this PR empty and make the flow back from 3xx fail once that other PR is in), or leave this open. |
|
@marcpopMSFT The test updates in this PR were originally paired with a dependency update of MTP. Why is this PR only getting the test update without the dependency update? |
|
Original PR from 10.0.2xx is #53669 |
|
Looks like wrong merge or conflict resolution that happened in this PR. I pushed some changes. |
Guidance to our team is to take the target branch for any eng folder merge conflicts. Occasionally, if there are eng folder changes with no conflicts, those slip through so this might have been a case like that. |
The automated merge from release/10.0.2xx overwrote the 10.0.3xx version of the snapshot file. The two branches have legitimately different help output (10.0.2xx has --show-stderr/--show-stdout, 10.0.3xx has --artifacts-path instead). Restore the 10.0.3xx version. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The automated merge from release/10.0.2xx incorrectly overwrote dependency versions in Version.Details.props and Version.Details.xml. These files contain dependency versions managed by Maestro/darc and should not be updated by inter-branch merges — each branch has its own dependency flow. The merge downgraded ~60 package versions from 26203 builds to older 26201 builds and changed NuGet, Roslyn, and testing platform versions to incompatible values. Restore both files to match release/10.0.3xx. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Known issue dotnet/dnceng#6496 |
|
/ba-g no file changes |
I detected changes in the release/10.0.2xx branch which have not been merged yet to release/10.0.3xx. I'm a robot and am configured to help you automatically keep release/10.0.3xx up to date, so I've opened this PR.
This PR merges commits made on release/10.0.2xx by the following committers:
Instructions for merging from UI
This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.
If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.
Instructions for merging via command line
Run these commands to merge this pull request from the command line.
or if you are using SSH
After PR checks are complete push the branch
Instructions for resolving conflicts
Instructions for updating this pull request
Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/10.0.2xx-to-release/10.0.3xx'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.
The provided examples assume that the remote is named 'origin'. If you have a different remote name, please replace 'origin' with the name of your remote.
or if you are using SSH
Contact .NET Core Engineering (dotnet/dnceng) if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.