Skip to content

Commit

Permalink
more test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
strega-nil committed Aug 10, 2021
1 parent 7834239 commit f17584e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines/end-to-end-tests-dir/integrate-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (-not $IsLinux -and -not $IsMacOS) {
# Test msbuild props and targets
$Script:CurrentTest = "zlib:x86-windows msbuild $iiroot\..."
Write-Host $Script:CurrentTest
Run-Vcpkg @commonArgs install zlib:x86-windows
Run-Vcpkg @CommonArgs install zlib:x86-windows
Throw-IfFailed
foreach ($project in @("Project1", "NoProps")) {
$Script:CurrentTest = "msbuild $iiroot\$project.vcxproj"
Expand All @@ -21,7 +21,7 @@ if (-not $IsLinux -and -not $IsMacOS) {

$Script:CurrentTest = "zlib:x86-windows-static msbuild $iiroot\..."
Write-Host $Script:CurrentTest
Run-Vcpkg $commonArgs install zlib:x86-windows-static
Run-Vcpkg @CommonArgs install zlib:x86-windows-static
Throw-IfFailed
foreach ($project in @("VcpkgTriplet", "VcpkgTriplet2", "VcpkgUseStatic", "VcpkgUseStatic2")) {
$Script:CurrentTest = "msbuild $iiroot\$project.vcxproj"
Expand Down

0 comments on commit f17584e

Please sign in to comment.