File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
WikiClientLibrary.Commons/CI Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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  )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments