I am struggling to get dotnet pack to generate a nuget package from a .NetCore2.1 project.
When I run dotnet pack from the cmd line the project is restored but then it goes no further.
Is this a limitation? I am struggling to find anything valuable online.
I am using AspNetCore.Mvc so moving to standard is not an option...
Thanks.
As Martin says above, test projects are not packable, in my case, we had an unneeded reference to
Upon removing this reference I could package the project