Skip to content

Commit

Permalink
export DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER=true
Browse files Browse the repository at this point in the history
Context: dotnet/sdk#26965

We should be able to remove this in a future .NET SDK bump.

Co-authored-by: Jonathan Peppers <[email protected]>
  • Loading branch information
dotnet-maestro[bot] and jonathanpeppers committed Sep 26, 2022
1 parent 33b6e27 commit 3957a4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ endif

export NO_SUDO ?= false

# Workaround: https://github.com/dotnet/sdk/issues/26965
export DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER = true

ifneq ($(NO_SUDO),false)
_PREPARE_ARGS += --auto-provisioning-uses-sudo=false
endif
Expand Down
3 changes: 3 additions & 0 deletions build-tools/automation/yaml-templates/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ variables:
value: 0
- name: DotNetReleaseBranchPrefix
value: refs/heads/release/
# Workaround: https://github.com/dotnet/sdk/issues/26965
- name: DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER
value: true

0 comments on commit 3957a4d

Please sign in to comment.