Summary
The Source Build Pre-10.0 pipeline (internal/release/8.0.1xx) is failing across all non-Fedora43 legs due to a stale upstream-patch.diff that no longer applies cleanly to the source during the aspnetcore inner build.
Failing Build
Error Details
During the aspnetcore build phase, git apply --check fails for upstream-patch.diff on 4 files:
The MSBuild error is:
/vmr/repo-projects/Directory.Build.targets(265,5): error MSB3073: The command "/vmr/src/aspnetcore/eng/build.sh ..." exited with code 1.
Summary
The Source Build Pre-10.0 pipeline (internal/release/8.0.1xx) is failing across all non-Fedora43 legs due to a stale
upstream-patch.diffthat no longer applies cleanly to the source during the aspnetcore inner build.Failing Build
Error Details
During the aspnetcore build phase,
git apply --checkfails forupstream-patch.diffon 4 files:The MSBuild error is: