Skip to content

Commit 41f94e6

Browse files
fix(CI): less output from docfx
1 parent 4d78b9b commit 41f94e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ after_build:
6060
# See https://github.com/dotnet/docfx/issues/1752#issuecomment-308909959
6161
- set MSBUILD_EXE_PATH=C:\Program Files\dotnet\sdk\2.0.0\MSBuild.dll
6262
- copy doc\MSBuild.dll.config "C:\Program Files\dotnet\sdk\2.0.0\MSBuild.dll.config" /Y
63-
- docfx doc\docfx.json
63+
- docfx doc\docfx.json --logLevel Warning
6464
- 7z a -tzip docs.zip doc\_site
6565
- appveyor PushArtifact docs.zip
6666
- if defined git_token gh-pages -d doc\_site -m "new docs %GitVersion_FullSemVer%"

0 commit comments

Comments
 (0)