diff --git a/Makefile b/Makefile index 952d405a564..b283f85ba6e 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/build-tools/automation/yaml-templates/variables.yaml b/build-tools/automation/yaml-templates/variables.yaml index 31576a1957c..44c591ce654 100644 --- a/build-tools/automation/yaml-templates/variables.yaml +++ b/build-tools/automation/yaml-templates/variables.yaml @@ -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 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6269e66693d..99d45dc42e0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/installer - 60fdbb471da784aebd7b2afd24f2eca40fecd7bf + f9eb82eef1f9e0903e4b67cf48768cba1c193101 https://github.com/dotnet/linker diff --git a/eng/Versions.props b/eng/Versions.props index 12b0053edf7..fdff31e90f0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 7.0.100-rc.2.22466.28 + 7.0.100-rc.2.22472.26 7.0.100-1.22452.1 7.0.0-rc.2.22464.1 7.0.0-beta.22103.1