Skip to content

Commit 8c6d05f

Browse files
Revert "Revert "DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER=true in yaml?""
This reverts commit a64274d.
1 parent 303f41f commit 8c6d05f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build-tools/automation/yaml-templates/variables.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ variables:
3535
value: net7.0
3636
- name: DotNetStableTargetFramework
3737
value: net6.0
38+
# Workaround: https://github.com/dotnet/sdk/issues/26965
39+
- name: DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER
40+
value: true

0 commit comments

Comments
 (0)