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 93ac5f6 commit 2e9ca6aCopy full SHA for 2e9ca6a
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
- # 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
+ choco install docfx -y
48
if ($lastexitcode -ne 0) {
49
throw "docfx install failed with exit code $lastexitcode."
50
0 commit comments