funky-jojo / NuspecPackager

Visual Studio extension that provides ability to pack .nuspec files directly from the Solution Explorer contest menu.
https://visualstudiogallery.msdn.microsoft.com/d02d0048-0b18-46ed-bcf6-210f09066b14
GNU General Public License v2.0
3 stars 4 forks source link

Support for VS2015 and beyond #5

Open mwpowellhtx opened 7 years ago

mwpowellhtx commented 7 years ago

I'm migrating to VS2015, and among the migration concerns is that apparently Microsoft has chosen to obsolete the .nuget folder, and the NuGet.exe, being part of the solution. They've also introduced automatic restoration for packages; restoration is well and good, but the resulting bits do my no good locked on my machine. So packaging is more valuable to me, but the Nuspec Packager seems to depend on .nuget. I wonder if there is a workaround for this in the works? Or any suggestions at a migration path? Thank you!

funky-jojo commented 7 years ago

You can create a nuspec-packager.config file that will point to nuget.exe in a location of your choice. See if this works for you. Read more about the settings here: https://github.com/landofjoe/NuspecPackager