Skip to content

Commit bd26590

Browse files
committed
Disable build diagnostics in GitHub workflow
1 parent d83e705 commit bd26590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
env:
1919
DOTNET_VERSION: ${{ '8.0.x' }}
20-
ENABLE_DIAGNOSTICS: true
20+
ENABLE_DIAGNOSTICS: false
2121
#COREHOST_TRACE: 1
2222
COREHOST_TRACEFILE: corehosttrace.log
2323

0 commit comments

Comments
 (0)