Skip to content

Commit

Permalink
Update VCLibs file hash in correlation test script (#2326)
Browse files Browse the repository at this point in the history
Update the hash for the VCLibs package to the latest version. See microsoft/winget-pkgs#65810
  • Loading branch information
Flor Chacón authored Jul 11, 2022
1 parent 65cc2cc commit 18ee699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/CorrelationTestbed/Test-CorrelationInSandbox.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ $ProgressPreference = $oldProgressPreference
$vcLibsUwp = @{
fileName = 'Microsoft.VCLibs.x64.14.00.Desktop.appx'
url = 'https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx'
hash = 'A39CEC0E70BE9E3E48801B871C034872F1D7E5E8EEBE986198C019CF2C271040'
hash = '9BFDE6CFCC530EF073AB4BC9C4817575F63BE1251DD75AAA58CB89299697A569'
folderInLocal = Join-Path ${env:ProgramFiles(x86)} "Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs.Desktop\14.0\Appx\Retail\x64"
}
$uiLibsUwp = @{
Expand Down Expand Up @@ -378,4 +378,4 @@ foreach ($packageIdentifier in $PackageIdentifiers)

Write-Host @"
--> Results are located at $ResultsPath
"@
"@

0 comments on commit 18ee699

Please sign in to comment.