Update docfx and use dotnet global tool

This commit is contained in:
Bjarke Berg
2023-10-30 13:13:32 +01:00
parent 60e910e7e5
commit f1a12e2a50

View File

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