Use specific version of docfx

This commit is contained in:
Bjarke Berg
2021-11-04 07:55:51 +01:00
parent 3b73a87a68
commit 7ffa46d4f2

View File

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