Skip to content

Commit

Permalink
DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER=true in yaml?
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Aug 5, 2022
1 parent 6e780fc commit 3f3c9c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-tools/automation/yaml-templates/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ variables:
value: net7.0
- name: DotNetStableTargetFramework
value: net6.0
# Workaround: https://github.com/dotnet/sdk/issues/26965
- name: DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER
value: true

0 comments on commit 3f3c9c0

Please sign in to comment.