Tuesday, April 10, 2018

Make the NuGet packages for a .NET Core project in a .NET Core Solution publish out to the bin folder upon a build.

Open the .csproj file for the project and put...

<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

 
 

...inside of the PropertyGroup tag.

No comments:

Post a Comment