2 references to MaxStackSizeLinux
Microsoft.Build.BuildCheck.UnitTests (2)
ExecCliBuildCheck_Tests.cs (2)
48string.Join(";", new string('a', RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? MaxStackSizeWindows * 2 : MaxStackSizeLinux * 2), "dotnet build")); 58new string('a', RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? MaxStackSizeWindows * 2 : MaxStackSizeLinux * 2));