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
On Windows, the environment keys are case-insensitive. Instead of using a [String: String] type, we should define an EnvironmentKey structure that handles the case-insensitivity considerations across platforms.
This is rather important, as we've run into real bugs in the build system as a result of treating the environment as a case sensitive dictionary.