remove pinned version (#3935)
This commit is contained in:
parent
2f492b2fc0
commit
a2c192642a
|
|
@ -15,9 +15,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: install docfx
|
- name: install docfx
|
||||||
# specifying 2.58.5 version as latest release (2.58.8) has an issue
|
run: choco install docfx -y
|
||||||
# https://github.com/dotnet/docfx/issues/7689
|
|
||||||
run: choco install docfx -y --version=2.58.5
|
|
||||||
|
|
||||||
- name: run .\build\docfx.cmd
|
- name: run .\build\docfx.cmd
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue