From a34829ef77a9fb9d26abec54998b473043ca36e1 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 30 May 2023 09:49:54 -0500 Subject: [PATCH] [build] stop setting `$DOTNET_gcServer` Testing if we hit this problem in .NET 8: https://github.com/dotnet/linker/issues/3012 --- build-tools/automation/yaml-templates/variables.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-tools/automation/yaml-templates/variables.yaml b/build-tools/automation/yaml-templates/variables.yaml index d3d40f8f1eb..1d50ec542f2 100644 --- a/build-tools/automation/yaml-templates/variables.yaml +++ b/build-tools/automation/yaml-templates/variables.yaml @@ -40,6 +40,3 @@ variables: # Workaround: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1585820 - name: _WriteTelemetryProperties value: false -# Workaround: https://github.com/dotnet/linker/issues/3012 -- name: DOTNET_gcServer - value: 0