Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
address copilot feedback
  • Loading branch information
tgauth committed Dec 1, 2025
commit ac0171a17f9ff817c0f088d8cde04c7401eea4e2
4 changes: 2 additions & 2 deletions .azdo/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stages:
demands:
- ImageOverride -equals PSMMS2022-OpenSSH-Secure
steps:
- template: .azdo/templates/install-vcpkg-dependencies.yml
- template: ./templates/install-vcpkg-dependencies.yml
parameters:
triplet: x64-custom
artifactSuffix: x64
Expand All @@ -33,7 +33,7 @@ stages:
demands:
- ImageOverride -equals PSMMS2022-OpenSSH-Secure
steps:
- template: .azdo/templates/install-vcpkg-dependencies.yml
- template: ./templates/install-vcpkg-dependencies.yml
parameters:
triplet: x86-custom
artifactSuffix: x86
Expand Down
3 changes: 2 additions & 1 deletion .azdo/templates/install-vcpkg-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ steps:
}
displayName: 'Verify version info'

- pwsh: |-
- pwsh: |
$ErrorActionPreference = 'Stop'
git clone https://github.com/microsoft/vcpkg
cd vcpkg
& ./bootstrap-vcpkg.bat
Expand Down
Loading