From bdfafef2747b0c4660336b44732c708cf571f951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flor=20Chac=C3=B3n?= Date: Mon, 11 Jul 2022 15:35:58 -0700 Subject: [PATCH] Update VCLibs file hash in correlation test script Update the hash for the VCLibs package to the latest version. See microsoft/winget-pkgs#65810 --- tools/CorrelationTestbed/Test-CorrelationInSandbox.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/CorrelationTestbed/Test-CorrelationInSandbox.ps1 b/tools/CorrelationTestbed/Test-CorrelationInSandbox.ps1 index c9f1af7ccd..df856f2d0f 100644 --- a/tools/CorrelationTestbed/Test-CorrelationInSandbox.ps1 +++ b/tools/CorrelationTestbed/Test-CorrelationInSandbox.ps1 @@ -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 = @{ @@ -378,4 +378,4 @@ foreach ($packageIdentifier in $PackageIdentifiers) Write-Host @" --> Results are located at $ResultsPath -"@ \ No newline at end of file +"@