Store the prebuilt files for each repo as pipeline artifacts rather than the overall build's prebuilt report, which will make investigations of prebuilt go more quickly.
I introduced a new property DotNetBuildPrebuiltReportDir which point to artifacts\prebuilt-report\<reponame>\, all repo's prebuilt reports will respect this property and move to that folder.
Backport https://github.com/dotnet/sdk/pull/43336 to release/8.0.1xx
Fixes https://github.com/dotnet/source-build/issues/4160
Store the prebuilt files for each repo as pipeline artifacts rather than the overall build's prebuilt report, which will make investigations of prebuilt go more quickly.
I introduced a new property
DotNetBuildPrebuiltReportDir
which point toartifacts\prebuilt-report\<reponame>\
, all repo's prebuilt reports will respect this property and move to that folder.