remove pinned version (#3935)

This commit is contained in:
Timothy Mothra 2022-11-23 16:15:47 -08:00 committed by GitHub
parent 2f492b2fc0
commit a2c192642a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -15,9 +15,7 @@ jobs:
uses: actions/checkout@v3
- name: install docfx
# specifying 2.58.5 version as latest release (2.58.8) has an issue
# https://github.com/dotnet/docfx/issues/7689
run: choco install docfx -y --version=2.58.5
run: choco install docfx -y
- name: run .\build\docfx.cmd
shell: cmd