Skip to content

Commit

Permalink
chore(docfx): fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Nov 4, 2018
1 parent c6fd0b7 commit 01ae8da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ after_test:
--opencover -i ./coverage.xml --useRelativePaths --serviceName appveyor --jobId %APPVEYOR_BUILD_NUMBER%
# Build documentation in doc\_site
- del src\obj\*.* /s /q
# See https://github.com/dotnet/docfx/issues/1752#issuecomment-308909959
- set MSBUILD_EXE_PATH=C:\Program Files\dotnet\sdk\2.0.0\MSBuild.dll
- copy doc\MSBuild.dll.config "C:\Program Files\dotnet\sdk\2.0.0\MSBuild.dll.config" /Y
- docfx doc\docfx.json --logLevel Warning
- 7z a -tzip docs.zip doc\_site
- appveyor PushArtifact docs.zip
Expand Down

0 comments on commit 01ae8da

Please # to comment.