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
{{ message }}
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
There are a handful of things that are still using $(OSEnvironment) in here that are not being overridden by files in corefx. When we integrate corefx back into here, we should make sure to clean those up. All instances should most likely be replaced with a check like: "'$(RunningOnUnix)' == 'true'".
The text was updated successfully, but these errors were encountered:
dotnet/corefx#15728 (comment)
There are a handful of things that are still using
$(OSEnvironment)
in here that are not being overridden by files in corefx. When we integrate corefx back into here, we should make sure to clean those up. All instances should most likely be replaced with a check like:"'$(RunningOnUnix)' == 'true'"
.The text was updated successfully, but these errors were encountered: