Skip to content

Commit

Permalink
Add missing ThrowIfFaileds
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Jan 17, 2025
1 parent a4f0422 commit 9b3739e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines/end-to-end-tests-dir/asset-caching.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# Testing x-script
Refresh-TestRoot
Run-Vcpkg -TestArgs ($commonArgs + @('fetch', 'cmake'))
Throw-IfFailed
Run-Vcpkg -TestArgs ($commonArgs + @('fetch', 'ninja'))
Throw-IfFailed
Run-Vcpkg -TestArgs ($commonArgs + @("install", "vcpkg-test-x-script", "--x-binarysource=clear", "--overlay-ports=$PSScriptRoot/../e2e-ports", "--x-asset-sources=x-script,$TestScriptAssetCacheExe {url} {sha512} {dst};x-block-origin"))
Throw-IfFailed

Expand Down

0 comments on commit 9b3739e

Please sign in to comment.