Uh oh!
There was an error while loading. Please reload this page.
[release/6.0] Eliminate pre-built assets during source-build - #60315
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
ghost
commented
Oct 12, 2021
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. |
Uh oh!
There was an error while loading. Please reload this page.
ghost
commented
Oct 13, 2021
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
Uh oh!
There was an error while loading. Please reload this page.
Anipik
commented
Oct 13, 2021
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