4 instantiations of PlatformDescription
Infrastructure.Tests (4)
Pipelines\NpmCliPackageTests.cs (4)
615new PlatformDescription("win32", null, "Windows", null), 616new PlatformDescription("darwin", null, "macOS", null), 617new PlatformDescription("linux", "glibc", "Linux", "with glibc"), 618new PlatformDescription("linux", "musl", "Linux", "with musl/Alpine")
1 reference to PlatformDescription
Infrastructure.Tests (1)
Pipelines\NpmCliPackageTests.cs (1)
624foreach (var group in platformGroups)