File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ environment:
3232install :
3333 - dotnet --version
3434 - choco install gitversion.portable -y
35- - nuget update -self
36- - choco install docfx -y
3735 - npm install gh-pages -g
3836
3937# - nuget install secure-file -ExcludeVersion
@@ -56,8 +54,11 @@ build_script:
5654
5755after_build :
5856 - cmd : appveyor PushArtifact "src\bin\%CONFIGURATION%\Ipfs.Http.Client.%GitVersion_MajorMinorPatch%.nupkg"
57+
5958# Build documentation in doc\_site
60- - docfx doc\docfx.json --logLevel Warning
59+ # v2.43 is requiring VS 2019!!!
60+ - cmd : choco install docfx -y --version 2.42 --force
61+ - docfx doc\docfx.json --logLevel Warning --warningsAsErrors
6162 - 7z a -tzip docs.zip doc\_site
6263 - appveyor PushArtifact docs.zip
6364 - if defined git_token gh-pages -d doc\_site -m "new docs %GitVersion_FullSemVer%"
You can’t perform that action at this time.
0 commit comments