Skip to content
Merged
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
need to install vcpkg for both build stages
  • Loading branch information
tgauth committed Dec 1, 2025
commit babbef97918c97e2e241e571417baea815560b66
8 changes: 8 additions & 0 deletions .azdo/templates/build-win32-openssh-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ parameters:
default: false

steps:
- pwsh: |
$ErrorActionPreference = 'Stop'
git clone https://github.com/microsoft/vcpkg
cd vcpkg
& ./bootstrap-vcpkg.bat
& ./vcpkg.exe integrate install
displayName: Install and bootstrap vcpkg

- task: DownloadPipelineArtifact@2
displayName: 'Download vcpkg dependencies (${{ parameters.dependenciesArtifactName }})'
inputs:
Expand Down