NuGet.exe pack should pack all kinds of projects including .NET Core projects and be consistent with msbuild /t:pack #5918
Labels
Functionality:Pack
Priority:1
High priority issues that must be resolved in the current sprint.
Resolution:Duplicate
This issue appears to be a Duplicate of another issue
Triage:NeedsTriageDiscussion
Type:Feature
Milestone
Related issue: #4054 , #4491
Today NuGet.exe pack does not work on PackageReference projects. This has users confused as many users have been using nuget.exe to pack for packages.config and project.json based projects.
The following should just work:
nuget.exe pack <project>.csproj
nuget.exe pack <name>.nuspec
The text was updated successfully, but these errors were encountered: