CommonBuildToolset / CBT.Modules

Modules for CBT
MIT License
9 stars 5 forks source link

Use lowercase version of hash file name in NuGet.Deterministic #281

Closed jeffkl closed 5 years ago

jeffkl commented 5 years ago

If the casing differs from machine to machine on the nupkg.sha512 file, then the NuGetAssetsLock.props is regenerated every time. The fix is to lowercase the path in NuGetAssetsLock.props

Fixes #280