-
Notifications
You must be signed in to change notification settings - Fork 228
Clean existing .dotnet dir #2895
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
Clean existing .dotnet dir #2895
Conversation
|
/backport to main |
|
/backport to release/10.0.1xx |
|
Started backporting to release/10.0.1xx: https://github.com/dotnet/dotnet/actions/runs/18506008850 |
|
@mthalman backporting to "main" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Clean existing .dotnet dir
Using index info to reconstruct a base tree...
M eng/pipelines/templates/jobs/vmr-build.yml
Falling back to patching base and 3-way merge...
Auto-merging eng/pipelines/templates/jobs/vmr-build.yml
CONFLICT (content): Merge conflict in eng/pipelines/templates/jobs/vmr-build.yml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 Clean existing .dotnet dir
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
|
@mthalman backporting to "release/10.0.1xx" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Clean existing .dotnet dir
Using index info to reconstruct a base tree...
M eng/pipelines/templates/jobs/vmr-build.yml
Falling back to patching base and 3-way merge...
Auto-merging eng/pipelines/templates/jobs/vmr-build.yml
CONFLICT (content): Merge conflict in eng/pipelines/templates/jobs/vmr-build.yml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 Clean existing .dotnet dir
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
|
/backport to main |
|
/backport to release/10.0.1xx |
|
Started backporting to release/10.0.1xx: https://github.com/dotnet/dotnet/actions/runs/18539636307 |
Signed builds in the 10.0.2xx branch fail in the
SB_CentOSStream10_Offline_MsftSdk_x64job with the following error in the Prep Source Build step:This happens because the "Install .NET 8.0 SDK for MicroBuild Plugin" step has already installed an SDK at that location.
This is resolved by ensuring the
.dotnetdirectory is removed. The SDK installed for MicroBuild is no longer needed at this point in the build.