[Windows] win: add vcredist 2010 test (#4160)

This commit is contained in:
Aleksandr Chebotov
2021-09-29 09:40:01 +03:00
committed by GitHub
parent efcefca087
commit b930b3d9d8
4 changed files with 21 additions and 2 deletions

View File

@@ -12,4 +12,6 @@ if (Test-IsWin19) {
$ArgumentList = ("/install", "/quiet", "/norestart")
Install-Binary -Url $Vc2010x86URI -Name $Vc2010x86Name -ArgumentList $ArgumentList
Install-Binary -Url $Vc2010x64URI -Name $Vc2010x64Name -ArgumentList $ArgumentList
}
}
Invoke-PesterTests -TestFile "Tools" -TestName "VCRedist"