Skip to content

Commit 1c2313a

Browse files
author
Bart Koelman
committed
Downgrade docfx due to published corrupt zip
1 parent edfcd8c commit 1c2313a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ for:
4242
# https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html
4343
git checkout $env:APPVEYOR_REPO_BRANCH -q
4444
}
45-
choco install docfx -y
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
4648
if ($lastexitcode -ne 0) {
4749
throw "docfx install failed with exit code $lastexitcode."
4850
}

0 commit comments

Comments
 (0)