Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

Is there any way to create NuGet packages with Visual Studio 2015? There was an app before, called Coapp but it's support is ended at VS2013 :(

EDIT: I need a solution where a package can be created from an Universal C++ project which will be used in another Universal C++ project.
Posted
Updated 18-Jan-16 0:18am
v2
Comments
Afzaal Ahmad Zeeshan 14-Jan-16 11:59am    
So? How can we start its support in Visual Studio 2015?

I would recommend using the NuGet package manger application and create the packages in it.
dtoth2 15-Jan-16 5:14am    
that part was only + info, I don't asked for it's support. I need to create packages from win universal C++ source, and for that I didn't find any tools which can be used to create them from command line (e.g. to integrate with Jenkins).

1 solution

1. Open the NuGet Package Management Console (View->Other Windows) and use the command line options, from here: Creating And Publishing A Package[^]
2. Compile this from the source: NuGet Package Project extension[^] (source is here: Home[^])
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900