Skip to content

Commit 470bfa7

Browse files
committed
use fixed version to prevent buildbot flooding version changes
1 parent 5da36d5 commit 470bfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build/setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function Install-DocFx()
3636
{
3737
if(!(Test-Path $env:ChocolateyInstall\lib\docfx\tools*))
3838
{
39-
choco install docfx
39+
choco install docfx --version 2.40.1
4040
}
4141
$env:Path += ";$env:ChocolateyInstall\lib\docfx\tools"
4242
}

0 commit comments

Comments
 (0)