You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./dotnet.sh build src/libraries/System.Threading.Timer/tests/ /t:test /p:targetos=iossimulator /p:targetarchitecture=x64 will fail, but ./dotnet.sh build src/libraries/System.Threading.Timer/tests/ /t:test /p:targetos=iOSSimulator /p:targetarchitecture=x64 will succeed. MSBuild otherwise isn't case-sensitive, so this should probably just be fixed.