-
Notifications
You must be signed in to change notification settings - Fork 437
[automated] Merge branch 'release/6.0.1xx' => 'release/6.0.3xx' #14726
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/6.0.1xx' => 'release/6.0.3xx' #14726
Conversation
…d in all PRs (dotnet#14711) * Enable online and offline source-build tarball build in all PRs (dotnet#14620) * Fix source-build CI to not run tarball build when tarball creation fails (dotnet#14678) * Fix source-build CI to not run tarball build when tarball creation failed * Bad fix * Revert test patch
* Re-write dotnet-watch smoke test * Revert async changes
a9b9c40 to
f2b806e
Compare
|
@dotnet/source-build-internal @lbussell I've resolved the conflict, could you help to review them? |
|
I have pushed a fix to disable source-build tarball build validation. |
|
@MichaelSimons will we need e551553 to flow to 6.0.4xx but not to 7.0.1xx? I've generally just been letting most source build changes flow with the auto-flow but if specific ones should not, we'll need to watch for that. |
That's correct, we should not flow this one beyond 6.0.4xx. |
* [automated] Merge branch 'release/6.0.1xx' => 'release/6.0.3xx' (#14726) * [release/6.0.1xx] Enable online and offline source-build tarball build in all PRs (#14711) * Enable online and offline source-build tarball build in all PRs (#14620) * Fix source-build CI to not run tarball build when tarball creation fails (#14678) * Fix source-build CI to not run tarball build when tarball creation failed * Bad fix * Revert test patch * update global.json and Versions.props for .NET SDK 6.0.110 (#14717) * [release/6.0.1xx] Re-write dotnet-watch smoke test (#14367) * Re-write dotnet-watch smoke test * Revert async changes * Disable source-build tarball validation for non 6.0.1xx legs Co-authored-by: Michael Simons <[email protected]> Co-authored-by: NET Source-Build Bot <[email protected]> Co-authored-by: Logan Bussell <[email protected]> Co-authored-by: Jason Zhai <[email protected]> * Update asp.net templates (#14687) * Update asp.net templates (#14688) Co-authored-by: Michael Simons <[email protected]> Co-authored-by: NET Source-Build Bot <[email protected]> Co-authored-by: Logan Bussell <[email protected]> Co-authored-by: Jason Zhai <[email protected]> Co-authored-by: Marc Paine <[email protected]> Co-authored-by: William Godbe <[email protected]> Co-authored-by: v-wuzhai <[email protected]>
I detected changes in the release/6.0.1xx branch which have not been merged yet to release/6.0.3xx. I'm a robot and am configured to help you automatically keep release/6.0.3xx up to date, so I've opened this PR.
This PR merges commits made on release/6.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/6.0.1xx-to-release/6.0.3xx'. 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.