Skip to content

Commit 7ffa46d

Browse files
committed
Use specific version of docfx
1 parent 3b73a87 commit 7ffa46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ stages:
541541
inputs:
542542
targetType: inline
543543
script: |
544-
choco install docfx -y
544+
choco install docfx --version=2.58.5 -y
545545
if ($lastexitcode -ne 0){
546546
throw ("Error installing DocFX")
547547
}

0 commit comments

Comments
 (0)