We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6122520 commit 3be067dCopy full SHA for 3be067d
src/Microsoft.DotNet.XUnitExtensions.Shared/TestPlatforms.cs
@@ -13,7 +13,7 @@ public enum TestPlatforms
13
OSX = 4,
14
FreeBSD = 8,
15
NetBSD = 16,
16
- illumos= 32,
+ illumos = 32,
17
Solaris = 64,
18
iOS = 128,
19
tvOS = 256,
@@ -24,6 +24,7 @@ public enum TestPlatforms
24
Wasi = 8192,
25
Haiku = 16384,
26
AnyUnix = FreeBSD | Linux | NetBSD | OSX | illumos | Solaris | iOS | tvOS | MacCatalyst | Android | Browser | LinuxBionic | Wasi | Haiku,
27
+ AnyApple = OSX | iOS | tvOS | MacCatalyst,
28
Any = ~0
29
}
30
0 commit comments