We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfcd8c commit 1c2313aCopy full SHA for 1c2313a
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
+ # 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
48
if ($lastexitcode -ne 0) {
49
throw "docfx install failed with exit code $lastexitcode."
50
0 commit comments