msbuild icon indicating copy to clipboard operation
msbuild copied to clipboard

Environment variable keys should be case sensitive on unix

Open JanProvaznik opened this issue 1 month ago • 0 comments

MSbuild treats environment variable keys as case insensitive where it should be OS-based, insensitive on windows, sensitive on unix-like

Probably needs changewave and a detection mechanism how to figure out if this change causes issues (logging in binary logger environment variable at time of use instead of at time of start of build, though that also risks logging secrets which was removed previously)

JanProvaznik avatar Dec 02 '25 17:12 JanProvaznik