commit 18ee6999f442d1b9f6015cefc4ad22804e744978
parent 65cc2ccea8fa316ede3e855c4c2350222c8bd2f9
Author: Flor Chacón <lechacon@users.noreply.github.com>
Date: Mon, 11 Jul 2022 17:30:59 -0600
Update VCLibs file hash in correlation test script (#2326)
Update the hash for the VCLibs package to the latest version. See microsoft/winget-pkgs#65810
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git 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
+"@