OneGet / NuGetProvider

NuGet Provider for OneGet. Works on Nano Server.
MIT License
31 stars 24 forks source link

Enumerate dir now for nuspec file because the file name case is undeterministic #14

Closed jianyunt closed 7 years ago

jianyunt commented 7 years ago

The name of nuspec file is generated, sometime upper case, sometimes lower case. This can be problem on Linux. The case is un-deterministic .Use enumerate directory for nuspec now to avoid it.

bmanikm commented 7 years ago

:shipit: