Updated packing module to support NuGet.exe pack argument changes.#13
Updated packing module to support NuGet.exe pack argument changes.#13jpnewman wants to merge 9 commits intoSuremaker:masterfrom
Conversation
|
Hello @jpnewman, sure I will update it, but there are still failing tests. Could you please fix them? |
|
Hi, I'll have a look at the failing tests and get them green. However, it seems that Nuget.exe version 4.6.2 changes the way it handles version numbers and mostly support SemVer 2.0.0. Also it has versioning bugs like: - This might mean that the TestSolutions and Tests with numbers like 1.0.0.0 might need to change to use SemVer, including psmake.mod.testing version 1.3.1.1. |
|
Hey @JPNewman-Wonga , I think there is nothing wrong of adding a nuget.exe >= 4.6.2 requirement for the new version of psmake and update the versioning of it's packages, however we have to be sure that psmake will be able to properly resolve the dependencies via both: Modules.ps1 as well as |
After updating NuGet.exe to version 4.6.2 the 'output' argument for the pack command is not longer supported. This PR changes the deprecated 'Output' argument to 'OutputDirectory'.
Can you please create a new NuGet package on NuGet.org with this change?