Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
$(OS) should return only two values -
Windows_NT
and Unix
.
Based on the discussion in issue #539, $(OS) property will return `Windows_NT` whenever running on windows and `Unix` for any other OS. NativeMethodsShared.OSName is used to set that property, hence this is being changed.
- Loading branch information