-
Notifications
You must be signed in to change notification settings - Fork 132
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
Repo level prebuilt baseline should not require an exclusion for intermediate packages #3010
Comments
As agreed with @MichaelSimons, I'll take this one as part of the hackathon to get some hands-on experience with source-build. Assigning to myself. |
This was resolved by dotnet/arcade@769f8b1. Only work to do is to remove all the exclusions from the baselines for the repos listed in dotnet/arcade#14256 |
Prebuilt detection no longer detects Microsoft.SourceBuild.Intermediates as prebuilts due to dotnet/arcade#13935. Addresses dotnet/source-build#3010
Prebuilt detection no longer detects Microsoft.SourceBuild.Intermediates as prebuilts due to dotnet/arcade#13935. Addresses dotnet/source-build#3010
Closing this issue since PRs from all relevant repos have been merged. |
Right now if you utilize the repo level prebuilt baseline infrastructure from arcade, you will have to add exclusions for the source-build intermediate packages.
Example from source-build-reference-packages - https://github.com/dotnet/source-build-reference-packages/blob/main/eng/SourceBuildPrebuiltBaseline.xml#L7
Given these are common prebuilts they should be included as part of the infrastructure rather than requiring each repo to add these exclusions.
The text was updated successfully, but these errors were encountered: