-
Notifications
You must be signed in to change notification settings - Fork 266
Description
From @swernli on September 21, 2016 19:5
I'm working on the Docker PowerShell project (https://github.com/Microsoft/Docker-PowerShell) and we recently starting having issues with our automatic appveyor builds because of the new Nuget 2.8.5.207. It seems that installing packages via PowerShell's Install-Module command fails if the client machine has the latest version, but succeeds with version 2.8.5.205. This fails for 207 in our local testing as well, and happens regardless of which version produced the package. This means that any new clients will be unable to use our module at all. I tried dotnet packages, and those seem to work fine, so it has something to do with the way the PowerShell module packages get unpacked.
This is a major blocking issue for any PowerShell users who want to distribute modules via nupkgs.
Copied from original issue: NuGet/NuGetGallery#3249