Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 5cc2864

Browse files
committed
hmm, still build error..restore docfx version
1 parent 922b755 commit 5cc2864

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 --version 2.47
39+
choco install docfx --version 2.40.1
4040
}
4141
$env:Path += ";$env:ChocolateyInstall\lib\docfx\tools"
4242
}

0 commit comments

Comments
 (0)