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 e89632d commit a0db8efCopy full SHA for a0db8ef
eng/pipelines/templates/jobs/sdk-job-matrix.yml
@@ -39,6 +39,10 @@ parameters:
39
# No fedora Helix container is available, so use the ubuntu one instead.
40
helixTargetContainer: $(helixTargetContainerPrefix)ubuntu-22.04-helix-amd64
41
osProperties: $(linuxOsPortableProperties)
42
+ env:
43
+ COMPlus_EnableAlternateStackCheck: 0
44
+ DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER: 0
45
+ DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1
46
# Skipping all container-based testing for now.
47
# See: https://github.com/dotnet/sdk/issues/40935
48
runTests: false
0 commit comments