Skip to content

Commit 2e9ca6a

Browse files
author
Bart Koelman
committed
Revert DocFx workaround
1 parent 93ac5f6 commit 2e9ca6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
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-
# Pinning to previous version, because zip of v2.58.8 (released 2d ago) is corrupt.
46-
# Tracked at https://github.com/dotnet/docfx/issues/7689
47-
choco install docfx -y --version 2.58.5
45+
choco install docfx -y
4846
if ($lastexitcode -ne 0) {
4947
throw "docfx install failed with exit code $lastexitcode."
5048
}

0 commit comments

Comments
 (0)