Skip to content

Conversation

@dotnet-bot
Copy link
Collaborator

This is an automatically generated pull request from release/dev17.2 into release/dev17.4.

Once all conflicts are resolved and all the tests pass, you are free to merge the pull request. 🐯

Troubleshooting conflicts

Identify authors of changes which introduced merge conflicts

Scroll to the bottom, then for each file containing conflicts copy its path into the following searches:

Usually the most recent change to a file between the two branches is considered to have introduced the conflicts, but sometimes it will be necessary to look for the conflicting lines and check the blame in each branch. Generally the author whose change introduced the conflicts should pull down this PR, fix the conflicts locally, then push up a commit resolving the conflicts.

Resolve merge conflicts using your local repo

Sometimes merge conflicts may be present on GitHub but merging locally will work without conflicts. This is due to differences between the merge algorithm used in local git versus the one used by GitHub.

git fetch --all
git checkout -t upstream/merges/release/dev17.2-to-release/dev17.4
git reset --hard upstream/release/dev17.4
git merge upstream/release/dev17.2
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.2-to-release/dev17.4 --force

dibarbet and others added 28 commits May 26, 2022 10:49
The package becomes public accidentally so we don't need to add the nuget feeds
…411.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.22524.5 -> To Version 7.0.0-beta.23211.2
… darc-release/dev17.0-vs-deps-aa698329-9cc5-493d-a240-5ac8bfeee6c1
* Don't overwrite binary logs

Several of our legs were calling `build.ps1 -binaryLog` in a row and
that re-uses the binary log file name which causes an overwrite. This
change allows us to specify the name and adds a warning if we do
accidentally overwrite in the future.

* enable trace for diff issue

* Work around NuGet static graph restore bug

NuGet/Home#12373
* Don't overwrite binary logs in CI

This will make it an error whenever we overwrite a binary log during CI.
Doing so means we've lost one of our main tools for investigating build
failures. Turning this into an error so we don't make the mistake
again.

* actually fail

* fixup
* Disable static restore in more locations

* Run compilers CI when build scripts change

* Include compiler generators in compilers code change check

* Remove separate restore in bootstrap build
…421.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.23211.2 -> To Version 7.0.0-beta.23221.2
Flow the telemetry update change from feature branch to 17.0 release branch
Flow the telemetry update change from feature branch to 17.2 release branch
…merges/release/dev17.0-vs-deps-to-release/dev17.2
…to-release/dev17.2

Merge release/dev17.0-vs-deps to release/dev17.2
…428.7

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.23211.2 -> To Version 7.0.0-beta.23228.7
…bb63bd-fbd3-47b4-a7e5-66a0c9d57d18

[release/dev17.0-vs-deps] Update dependencies from dotnet/arcade
@dotnet-bot dotnet-bot requested a review from a team as a code owner May 3, 2023 00:01
@Cosifne Cosifne requested a review from a team as a code owner May 5, 2023 20:48
@Cosifne Cosifne disabled auto-merge May 5, 2023 21:19
@Cosifne Cosifne removed the Merge Conflicts There are merge conflicts with the base branch. label May 5, 2023
@Cosifne Cosifne force-pushed the merges/release/dev17.2-to-release/dev17.4 branch from d53ccc2 to cd103c2 Compare May 8, 2023 23:56
@Cosifne
Copy link
Member

Cosifne commented May 9, 2023

The two failing integration tests are passed locally on my machine. And I think later they are rewritten in the new test framework in main.
#67020
I feel it might be a too large change for the servicing branch.

@ghost ghost merged commit 74ad737 into release/dev17.4 May 9, 2023
@ghost ghost deleted the merges/release/dev17.2-to-release/dev17.4 branch May 9, 2023 18:52
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants