Update docfx (#13679)

This commit is contained in:
Bjarke Berg
2023-01-16 16:10:06 +01:00
committed by GitHub
parent f6113db0fc
commit ea3668a224

View File

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