-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Publish prebuilt reports for each repo #43336
Conversation
@Winniexu01 - Is there an example build containing a prebuilt that you can provide which demonstrates this new behavior? |
@mthalman Example build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2536531&view=results (internal Microsoft link) |
I was looking for a build that had prebuilts being reported in order to validate the placement of files in the pipeline artifacts. This build doesn't seem to have any prebuilts. |
Fixes dotnet/source-build#4160
Store the prebuilt repots 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.