Skip to content

Commit 447d1d5

Browse files
committed
Install SHFB 2024.2.18.0.
1 parent bed31d2 commit 447d1d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WikiClientLibrary.Commons/CI/PrepEnv.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ elseif ($IsWindows) {
2828
# SHFB
2929
if ($SHFB) {
3030
Write-Host "Downloading SHFB."
31-
Invoke-WebRequest "https://github.com/EWSoftware/SHFB/releases/download/2023.7.8.0/SHFBInstaller_2023.7.8.0.zip" -OutFile SHFBInstaller.zip
31+
Invoke-WebRequest "https://github.com/EWSoftware/SHFB/releases/download/2024.2.18.0/SHFBInstaller_2024.2.18.0.zip" -OutFile SHFBInstaller.zip
3232
New-Item -ItemType Directory SHFBInstaller | Out-Null
3333
Expand-Archive SHFBInstaller.zip SHFBInstaller
34-
Write-Host "Downloading SHFB."
34+
Write-Host "Installing SHFB."
3535
$proc = Start-Process -PassThru -Wait -FilePath ./SHFBInstaller/InstallResources/SandcastleHelpFileBuilder.msi -ArgumentList /quiet, /lwe, SHFBInstall.log
3636
Get-Content SHFBInstall.log
3737
CheckLastExitCode ($proc.ExitCode)

0 commit comments

Comments
 (0)