-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[release/6.0] Eliminate pre-built assets during source-build #60315
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
Conversation
This allows for source-build to replace these versions with source-built versions.
* Don't build MSBuild tasks for netfx during source-build * Don't build Microsoft.Windows.Compatibility during source-build * Don't build test projects during source-build * Don't restore Microsoft.DiaSymReader.Native * Don't build source generators that target older Roslyn versions * Don't build ILStripTask since it uses a Mono.Cecil "sources" NuGet package that isn't part of source-build
|
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsThis work eliminates using pre-built NuGet packages during source-build. It's probably easiest to review commit-by-commit.
cc @MichaelSimons @dseefeld @ericstj
|
Fix test build
safern
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Merging this PR as the failure is unreleated and its a tell mode change |
This work eliminates using pre-built NuGet packages during source-build. It's probably easiest to review commit-by-commit.
This allows for source-build to replace these versions with source-built versions.
See commit message for details
cc @MichaelSimons @dseefeld @ericstj