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