Skip to content

Commit 8f0ef97

Browse files
committed
ci: add warnings as errors flag to DocFX build task
1 parent 2945dac commit 8f0ef97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@
164164
"args": [
165165
"docfx.json",
166166
"--log",
167-
"docfx.log"
167+
"docfx.log",
168+
"--warningsAsErrors"
168169
],
169170
"group": {
170171
"kind": "build",

0 commit comments

Comments
 (0)