↧
Answer by Weiwei Cai - MSFT for Trouble compiling using a MyGet package in...
Please pack .NET Core packages with following script code added in project.json file. "scripts": { "postcompile": [ "dotnet pack --no-build --configuration %compile:Configuration%" ] } After compile...
View ArticleTrouble compiling using a MyGet package in .NET Core project
I've created a couple of MyGet packages that I've pushed to my feed. I've successfully referenced those packages in my project. I can see the packages listed in the NuGet Package Manager and I can see...
View Article