Skip to content

Commit eefe470

Browse files
export DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER=true
1 parent 9b536ce commit eefe470

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ endif
3838

3939
export NO_SUDO ?= false
4040

41+
# Workaround: https://github.com/dotnet/sdk/issues/26965
42+
export DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER = true
43+
4144
ifneq ($(NO_SUDO),false)
4245
_PREPARE_ARGS += --auto-provisioning-uses-sudo=false
4346
endif

0 commit comments

Comments
 (0)