bgoette
Explore posts from servers✅ Dotnet build failure on Linux due to nuget path case sensitivity
At work we're mostly using Windows, but we're trying to setup
Integration Tests
with the TestContainers
package.
- Since Azure Pipelines
has docker
built into the ubuntu-latest
build VM, we're trying to get our project to build in Linux
- But it keeps failing because nuget
is storing the packages with lowercase paths, but for some reason dotnet build
is looking for them with capitalization
- It seems to mainly be a problem with one of our internal nugets that is basically a wrapper around StyleCop
(with some extra config/rules)
- Due to that I can't really create a reproducible repo
Would anyone be able to help me figure out if there's something I can do to fix this?24 replies