Azure – Cannot build .NET 8.0 application in Jenkins
I'm running Jenkins in Container Instance in Azure. However when I'm Jenkins starts building, I'm getting the error below. I have read a lot of info and people are suggesting to add this in the project file: <InvariantGlobalization>true</InvariantGlobalization> I have…