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 20308b0 commit 4a73a2eCopy full SHA for 4a73a2e
appveyor.yml
@@ -42,7 +42,9 @@ for:
42
# https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html
43
git checkout $env:APPVEYOR_REPO_BRANCH -q
44
}
45
- choco install docfx -y
+
46
+ # Pinning to previous version, because v2.57 (released 3h ago) breaks our site.
47
+ choco install docfx -y --version 2.56.7
48
after_build:
49
- pwsh: |
50
CD ./docs
0 commit comments