4 instantiations of PlatformDescription
Infrastructure.Tests (4)
Pipelines\NpmCliPackageTests.cs (4)
685new PlatformDescription("win32", null, "Windows", null), 686new PlatformDescription("darwin", null, "macOS", null), 687new PlatformDescription("linux", "glibc", "Linux", "with glibc"), 688new PlatformDescription("linux", "musl", "Linux", "with musl/Alpine")
1 reference to PlatformDescription
Infrastructure.Tests (1)
Pipelines\NpmCliPackageTests.cs (1)
694foreach (var group in platformGroups)