Shouldly.ShouldAssertException : cmdPath
should be one of
[\"C:\\WINDOWS\\system32\\cmd.exe\"]
but was
\"C:\\windows\\system32\\cmd.exe\"
at Shouldly.ShouldBeTestExtensions.ShouldBeOneOf[T](T actual, T[] expected, Func`1 customMessage)
at Shouldly.ShouldBeTestExtensions.ShouldBeOneOf[T](T actual, T[] expected)
at Microsoft.Build.UnitTests.ToolTask_Tests.FindOnPathSucceeds() in S:\msbuild\src\Utilities.UnitTests\ToolTask_Tests.cs:line 697
Looks like case sensitivity where it shouldn't be.
Looks like case sensitivity where it shouldn't be.