-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
area-additional-reposAdding additional contributing reposAdding additional contributing repos
Description
The Microsoft.DotNet.Compatibility NuGet package is a new package created in 6.0. The dotnet/runtime repo takes a dependency on this package during its build:
However, this package isn't getting created during source-build. As far as I can tell, this is because we are using a .slnf file that doesn't include it:
https://github.com/dotnet/sdk/blob/599fde6a0276a1e9d8eefea4ee4e4a4f9518bfd8/source-build.slnf#L16
We should add the Microsoft.DotNet.Compatibility project to source-build, so the NuGet package gets created during source-build. That way the dotnet/runtime repo will pick up the source-built package and not use a pre-built version.
Metadata
Metadata
Assignees
Labels
area-additional-reposAdding additional contributing reposAdding additional contributing repos