Skip to content

Commit

Permalink
Update Update-Manifest.ps1
Browse files Browse the repository at this point in the history
Update syntax for VcRedist 4.1
  • Loading branch information
aaronparker committed Mar 13, 2023
1 parent 3fac5e9 commit 134e0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Update-Manifest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ process {
foreach ($Item in $Release) {

Write-Host "`tInstalling VcRedist $Item." -ForegroundColor "Cyan"
Get-VcList -Release $Item | Save-VcRedist -Path $Path | Install-VcRedist -VcList -Silent
Get-VcList -Release $Item | Save-VcRedist -Path $Path | Install-VcRedist -Silent
$InstalledVcRedists = Get-InstalledVcRedist | Where-Object { $_.Name -notmatch "Debug Runtime" }

# Filter the VcRedists for the target version and compare against what has been installed
Expand Down

0 comments on commit 134e0d6

Please sign in to comment.