Condition NuGet pack in Microsoft.Net.Sdk on framework only#50902
Condition NuGet pack in Microsoft.Net.Sdk on framework only#50902zivkan merged 1 commit intodotnet:release/10.0.1xxfrom
Conversation
|
When I build locally, I still get NuGet.ProjectModel.dll and all of its dependencies in |
|
Looks like I forgot to clean the artifacts directory. Doing so and rebuilding locally, I no longer see any of the extra dlls in the tools/net10.0 directory. Ready for review and merge. |
dsplaisted
left a comment
There was a problem hiding this comment.
It almost seems too simple :-)
It would be nice to eventually have some way of making sure things like this don't accidentally happen again. but this looks good for now.
fixes: #50767
In order for nuget to support non-SDK style project pack in Visual Studio, I changed the layout for a bunch of files related to pack. This made it into the SDK via the VMR insertion: dotnet/dotnet#2126