Skip to content

Commit 3f3c9c0

Browse files
DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER=true in yaml?
1 parent 6e780fc commit 3f3c9c0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)