We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d78b9b commit 41f94e6Copy full SHA for 41f94e6
appveyor.yml
@@ -60,7 +60,7 @@ after_build:
60
# See https://github.com/dotnet/docfx/issues/1752#issuecomment-308909959
61
- set MSBUILD_EXE_PATH=C:\Program Files\dotnet\sdk\2.0.0\MSBuild.dll
62
- copy doc\MSBuild.dll.config "C:\Program Files\dotnet\sdk\2.0.0\MSBuild.dll.config" /Y
63
- - docfx doc\docfx.json
+ - docfx doc\docfx.json --logLevel Warning
64
- 7z a -tzip docs.zip doc\_site
65
- appveyor PushArtifact docs.zip
66
- if defined git_token gh-pages -d doc\_site -m "new docs %GitVersion_FullSemVer%"
0 commit comments