Skip to content

Commit

Permalink
Delete DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER workaround (#11766)
Browse files Browse the repository at this point in the history
This workaround is no longer needed with .NET SDK 7 GA
  • Loading branch information
jkotas authored Nov 30, 2022
1 parent 0a5f1c1 commit 811dbb5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions eng/common/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -416,12 +416,6 @@ function MSBuild {
export NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS=20
Write-PipelineSetVariable -name "NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS" -value "20"
Write-PipelineSetVariable -name "NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS" -value "20"

# https://github.com/dotnet/arcade/issues/11369 - disable new MSBuild server feature on linux
# This feature is new and can result in build failures from connection timeout errors.
export DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER=1
Write-PipelineSetVariable -name "DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER" -value "1"

fi

local toolset_dir="${_InitializeToolset%/*}"
Expand Down

0 comments on commit 811dbb5

Please sign in to comment.