Skip to content

Commit

Permalink
Fix Install-VcRedist warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Jul 29, 2024
1 parent 08e4f75 commit fb72bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/UDKTests/install_vcredist.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ New-Item "C:\Temp\" -ItemType Directory -ErrorAction SilentlyContinue
Install-Module -Name VcRedist -Force
New-Item -Path C:\Temp\VcRedist -ItemType Directory -Force
$VcList = Get-VcList -Export Unsupported | Where-Object { $_.Release -eq "2012" }
Save-VcRedist -VcList $VcList -Path C:\Temp\VcRedist
Install-VcRedist -Path C:\Temp\VcRedist -VcList $VcList -Silent
$VcList = Save-VcRedist -VcList $VcList -Path C:\Temp\VcRedist
Install-VcRedist -VcList $VcList -Silent

Exit $LASTEXITCODE

0 comments on commit fb72bd1

Please sign in to comment.