Compare commits

...
1 Commits
Author SHA1 Message Date
Bjarke BergandNikolaj f0d9151f02 Update docfx (#13679) 2023-01-16 16:18:52 +01:00
+1 -1
View File
@@ -146,7 +146,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")
}