Skip to content

Commit 6540c12

Browse files
author
Bart Koelman
committed
Revert docfx workaround
Fixed in dotnet/docfx#7286
1 parent 4b426dc commit 6540c12

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ for:
4242
# https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html
4343
git checkout $env:APPVEYOR_REPO_BRANCH -q
4444
}
45-
46-
# Pinning to previous version, because v2.57 (released 3h ago) breaks our site.
47-
choco install docfx -y --version 2.56.7
45+
choco install docfx -y
4846
after_build:
4947
- pwsh: |
5048
CD ./docs

0 commit comments

Comments
 (0)