-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[automated] Merge branch 'release/3.0' => 'release/3.1' #14602
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/3.0' => 'release/3.1' #14602
Conversation
- aspnet/AspNetCore-Internal#3153
…/2.1-to-release/2.2 [automated] Merge branch 'release/2.1' => 'release/2.2'
- aspnet/AspNetCore-Internal#3153
- add `$(IgnorePackageBaselines)` property
- no changes in known frameworks, targeting pack features, et cetera
- `$(IsServicingBuild)` disabled at the moment
- work around dotnet/core-eng#7970 - install Git in repo if Tar can't be found in usual locations - use found or installed Tar in Microsoft.AspNetCore.App.Ref project - copy into repo from wherever it's found - add lots of `Write-Host` debugging nit: clean up / comment on VS Code warnings about build.ps1
- includes workarounds that should be removed or improved ASAP e.g. dotnet@f219a38 and dotnet@fd34e14
Update package baseline
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/3.0, but I could not automatically push those to merge/release/3.0-to-release/3.1 to update this PR. |
@wtgodbe or @JunTaoLuo could one of you please do a manual merge? It's not clear that what's being tested is up-to-date with what's in 'release/3.1'. Lots of "missing part of the path" issues that imply the targeting pack (Microsoft.AspNetCore.App.Ref in particular) didn't build. |
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/3.0, but I could not automatically push those to merge/release/3.0-to-release/3.1 to update this PR. |
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/3.0, but I could not automatically push those to merge/release/3.0-to-release/3.1 to update this PR. |
Recreate the merge commit for validation (again) |
Looks like this would be fixed by #14746 - should I get that one in now (CI is green)? |
Disable ref pack build in 3.0
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/3.0, but I could not automatically push those to merge/release/3.0-to-release/3.1 to update this PR. |
& hellip;
@wtgodbe please follow the "Instructions for merging via command line" to bring this PR up-to-date w.r.t. both 'release/3.0' and 'release/3.1'. Differences from the current branch should be fairly easy to review but do make sure manual fixups like ab8185b and 8534db0 are redone in your merge. |
❌ Uh oh, this pull request could not be updated automatically. New commits were pushed to release/3.0, but I could not automatically push those to merge/release/3.0-to-release/3.1 to update this PR. |
I detected changes in the release/3.0 branch which have not been merged yet to release/3.1. I'm a robot and am configured to help you automatically keep release/3.1 up to date, so I've opened this PR.
This PR merges commits made on release/3.0 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/3.0-to-release/3.1'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.
or if you are using SSH
Contact .NET Core Engineering if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/master/scripts/GitHubMergeBranches.ps1.