-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Update CoreClr, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25720-03, preview1-25719-04, beta-25721-01, beta-25721-01, preview1-25721-01, respectively (master) #24187
Conversation
…to preview1-25720-03, preview1-25719-04, beta-25721-01, beta-25721-01, preview1-25721-01, respectively
e6a69f6
to
04dd499
Compare
|
@stephentoub, do we need to cherry-pick the changes from #24134 into this PR similar to what you did here: #24154? |
Yes |
Ty for doing it! Can you please explain to me the steps to cherry-pick? I added a remote to dotnet-maestro-bot fork and checked out the master-UpdateDependencies branch to my local branch. I tried to do git cherry-pick <commit hash> but I get: What should I be doing instead? |
@ahsonkhan is that because @stephentoub already did it? Maybe if you check out head~ ie 04dd499 it would work. |
I generally do something like:
Before it said "nothing to commit, working tree clean", did it also say something like "The previous cherry-pick is now empty, possibly due to conflict resolution."? If so, Dan's theory is likely right. |
Yes it did. Tyvm. Regarding the commit hash (78619...), where did you get that hash and how would you deal with multiple commits that need to be cherry-picked? Do you first rebase them into one commit or do you cherry-pick <commit 1>..<commit n>? |
…-UpdateDependencies Update CoreClr, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard to preview1-25720-03, preview1-25719-04, beta-25721-01, beta-25721-01, preview1-25721-01, respectively (master) Commit migrated from dotnet/corefx@6ae4ff3
No description provided.