Skip to content

Commit

Permalink
Disable build diagnostics in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Oct 25, 2024
1 parent d83e705 commit bd26590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
DOTNET_VERSION: ${{ '8.0.x' }}
ENABLE_DIAGNOSTICS: true
ENABLE_DIAGNOSTICS: false
#COREHOST_TRACE: 1
COREHOST_TRACEFILE: corehosttrace.log

Expand Down

0 comments on commit bd26590

Please sign in to comment.