Update docfx dependency (#12046)

* Update docfx

* temp commit to test out azure pipeline

* Rollback temp fix
This commit is contained in:
Bjarke Berg
2022-02-24 11:30:20 +01:00
committed by GitHub
parent 860c8e8ae2
commit 366d7c0fce

View File

@@ -538,7 +538,7 @@ stages:
inputs:
targetType: inline
script: |
choco install docfx --version=2.58.5 -y
choco install docfx --version=2.59.0 -y
if ($lastexitcode -ne 0){
throw ("Error installing DocFX")
}