-
Notifications
You must be signed in to change notification settings - Fork 232
Re-Bootstrap Source Build to .NET 10.0.100-rc.1.25420.111 #2037
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
Re-Bootstrap Source Build to .NET 10.0.100-rc.1.25420.111 #2037
Conversation
|
@nkolev92 The VMR now sets
Is that expected? |
|
/backport to main |
|
Started backporting to main: https://github.com/dotnet/dotnet/actions/runs/17127114633 |
|
@ViktorHofer backporting to "main" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Re-Bootstrap Source Build to .NET 10.0.100-rc.1.25420.111
.git/rebase-apply/patch:467: trailing whitespace.
arguments: -InputPath '$(Build.SourcesDirectory)/PostBuildLogs'
warning: 1 line adds whitespace errors.
Using index info to reconstruct a base tree...
M eng/Version.Details.props
M eng/Version.Details.xml
M eng/Versions.props
M eng/common/SetupNugetSources.ps1
M eng/common/SetupNugetSources.sh
M eng/common/core-templates/job/job.yml
M eng/common/core-templates/job/onelocbuild.yml
M eng/common/core-templates/job/publish-build-assets.yml
M eng/common/core-templates/jobs/codeql-build.yml
M eng/common/core-templates/jobs/jobs.yml
M eng/common/core-templates/post-build/post-build.yml
M eng/common/core-templates/post-build/setup-maestro-vars.yml
M eng/common/core-templates/steps/enable-internal-sources.yml
M eng/common/core-templates/steps/generate-sbom.yml
M eng/common/core-templates/steps/publish-logs.yml
M eng/common/core-templates/steps/source-index-stage1-publish.yml
M eng/common/generate-locproject.ps1
M eng/common/sdk-task.ps1
M eng/common/sdk-task.sh
M eng/common/template-guidance.md
M eng/common/templates-official/job/job.yml
M eng/common/templates-official/variables/sdl-variables.yml
M eng/common/templates/job/job.yml
M eng/common/tools.ps1
M global.json
Falling back to patching base and 3-way merge...
Auto-merging eng/Version.Details.props
CONFLICT (content): Merge conflict in eng/Version.Details.props
Auto-merging eng/Version.Details.xml
CONFLICT (content): Merge conflict in eng/Version.Details.xml
Auto-merging eng/Versions.props
Auto-merging global.json
CONFLICT (content): Merge conflict in global.json
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 Re-Bootstrap Source Build to .NET 10.0.100-rc.1.25420.111
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
Re-Bootstrap Source Build to .NET 10.0.100-rc.1.25420.111
Needed for #2016 (approved for RC1), triggered by @ViktorHofer