Skip to content

Commit

Permalink
Install SHFB 2024.2.18.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
CXuesong committed Sep 1, 2024
1 parent bed31d2 commit 447d1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WikiClientLibrary.Commons/CI/PrepEnv.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ elseif ($IsWindows) {
# SHFB
if ($SHFB) {
Write-Host "Downloading SHFB."
Invoke-WebRequest "https://github.com/EWSoftware/SHFB/releases/download/2023.7.8.0/SHFBInstaller_2023.7.8.0.zip" -OutFile SHFBInstaller.zip
Invoke-WebRequest "https://github.com/EWSoftware/SHFB/releases/download/2024.2.18.0/SHFBInstaller_2024.2.18.0.zip" -OutFile SHFBInstaller.zip
New-Item -ItemType Directory SHFBInstaller | Out-Null
Expand-Archive SHFBInstaller.zip SHFBInstaller
Write-Host "Downloading SHFB."
Write-Host "Installing SHFB."
$proc = Start-Process -PassThru -Wait -FilePath ./SHFBInstaller/InstallResources/SandcastleHelpFileBuilder.msi -ArgumentList /quiet, /lwe, SHFBInstall.log
Get-Content SHFBInstall.log
CheckLastExitCode ($proc.ExitCode)
Expand Down

0 comments on commit 447d1d5

Please sign in to comment.