We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6d05f commit 96acf95Copy full SHA for 96acf95
1 file changed
Makefile
@@ -38,6 +38,9 @@ endif
38
39
export NO_SUDO ?= false
40
41
+# Workaround: https://github.com/dotnet/sdk/issues/26965
42
+export DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER = true
43
+
44
ifneq ($(NO_SUDO),false)
45
_PREPARE_ARGS += --auto-provisioning-uses-sudo=false
46
endif
0 commit comments