RamblingCookieMonster / PSDeploy

Simple PowerShell based deployments
http://ramblingcookiemonster.github.io/PSDeploy-Take-Two/
MIT License
347 stars 69 forks source link

fixing the nuget package for Appveyor #103

Closed gaelcolas closed 6 years ago

gaelcolas commented 6 years ago

Fixed (see https://ci.appveyor.com/project/gaelcolas/samplemodule/build/artifacts) The zipping was ok but the nupkg was done one folder above what it should have.

There was also an issue when specifying the psd1, trying to get the .parent of a string returned $null.

RamblingCookieMonster commented 6 years ago

soooo it looks like someone lazy merged in a WIP, sorry about that, and thanks for cleaning up the mess!!