-
Notifications
You must be signed in to change notification settings - Fork 138
[automated] Merge branch 'release/3.0' => 'release/3.1' #1326
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' #1326
Conversation
…packages (dotnet#1325) * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191017.1 - Private.SourceBuild.ReferencePackages - 1.0.0-beta.19517.1 Dependency coherency updates - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19462.5 (parent: Microsoft.Private.CoreFx.NETCoreApp) - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19462.14 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-rc2-19463-05 (parent: Microsoft.Dotnet.Sdk.Internal) * Revert changes
* directly call darc-init * add runtime to support darc, add tools-path, remove un-needed projects * Use the latest darc version * remove darc and dependent stuff from tarball * remove extra stuff from tarball * add environment ld_path to build tarball * add darcVersion to tarball
This pull request has been updated. This PR merges commits made on release/3.0 by the following committers: |
This pull request has been updated. This PR merges commits made on release/3.0 by the following committers: |
…packages (dotnet#1327) * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191023.1 - Private.SourceBuild.ReferencePackages - 1.0.0-beta.19523.1 Dependency coherency updates - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19462.5 (parent: Microsoft.Private.CoreFx.NETCoreApp) - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19462.14 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-rc2-19463-05 (parent: Microsoft.Dotnet.Sdk.Internal) * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191023.2 - Private.SourceBuild.ReferencePackages - 1.0.0-beta.19523.2 Dependency coherency updates - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19462.5 (parent: Microsoft.Private.CoreFx.NETCoreApp) - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-rc2.19462.14 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-rc2-19463-05 (parent: Microsoft.Dotnet.Sdk.Internal) * Undo changes in non ref-pack projects
This pull request has been updated. This PR merges commits made on release/3.0 by the following committers: |
* Switch to PROD pool * Update matrix.yml
…into release/3.0
* Add patches to fix Arcade prebuilts * A couple more patch changes * Update online baseline * One more osx specific baseline update
…packages (dotnet#1328) * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191023.3 - Private.SourceBuild.ReferencePackages - 1.0.0-beta.19523.3 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191024.1 - Private.SourceBuild.ReferencePackages - 1.0.0-beta.19524.1 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191024.2 - Private.SourceBuild.ReferencePackages - 1.0.0-beta.19524.2 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20191024.3 - Private.SourceBuild.ReferencePackages - 1.0.0-beta.19524.3 * rollback to original versions for non sb-ref-pack projects
…into release/3.0
* Set BuildAllPackages in corefx Update corefx project to set property to build all packages. After the merge of dotnet#1237, corefx in source-build stopped building all packages. With the latest update to corefx brought in by dotnet#1237, building all packages is gated by the BuildAllPackages property here: https://github.com/dotnet/corefx/blob/c1778515a3bee34cc09c757b5563d0af0c8b1e99/src/packages.builds#L8-L12 * Fix BuildAllPackages...should be true
…1335) * Add patch to use non-portable NETCoreAppRuntime for crossgen * Don't update RID when on OSX
This pull request has been updated. This PR merges commits made on release/3.0 by the following committers: |
/azp run |
Pull request contains merge conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure we should merge this change as it's going backwards.
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.