-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[automated] Merge branch 'release/9.0.1xx' => 'release/9.0.3xx' #49375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[automated] Merge branch 'release/9.0.1xx' => 'release/9.0.3xx' #49375
Conversation
…0527.2 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.10.27-servicing-25215-02 -> To Version 17.10.29-servicing-25277-02
…0528.2 Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization From Version 17.10.27-servicing-25215-02 -> To Version 17.10.30-servicing-25278-02
…darc-release/8.0.3xx-7fcd7a06-b653-466e-a262-a7cf56a810ac
…3-466e-a262-a7cf56a810ac
…darc-release/8.0.3xx-7fcd7a06-b653-466e-a262-a7cf56a810ac
…ut to the test time on the timeout
…610.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25264.2 -> To Version 8.0.0-beta.25310.3
…merge/release/8.0.3xx-to-release/8.0.4xx
…0250611.3 Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks From Version 8.0.412-servicing.25304.13 -> To Version 8.0.412-servicing.25311.3
…merge/release/8.0.4xx-to-release/9.0.1xx
…merge/release/9.0.1xx-to-release/9.0.3xx
Hi @marcpopMSFT, @MiYanni I did a quick experiment and noticed that test projects seem able to use version properties defined in <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" /> From what I can tell, this might be because Here's a screenshot showing a test project using a custom version property from If this behavior is reliable, we might consider centralizing more (or all) test package versions in
Just a thought — it seems like a useful direction. |
I detected changes in the release/9.0.1xx branch which have not been merged yet to release/9.0.3xx. I'm a robot and am configured to help you automatically keep release/9.0.3xx up to date, so I've opened this PR.
This PR merges commits made on release/9.0.1xx 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/9.0.1xx-to-release/9.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.