Files @ r23439:19bd53812e56
Branch filter:

Location: cpp/openttd-patchpack/source/azure-pipelines/templates/windows-dependencies.yml - annotation

glx
Fix e4cc06f67: [AzurePipelines] rebase only for PRs
steps:
- bash: |
    set -ex
    curl -L https://github.com/OpenTTD/CompileFarm/releases/download/latest/windows-dependencies.zip > windows-dependencies.zip
    unzip windows-dependencies.zip
    rm -f windows-dependencies.zip
  displayName: 'Download dependencies'
  workingDirectory: $(Build.ArtifactStagingDirectory)
- script: $(Build.ArtifactStagingDirectory)\windows-dependencies\vcpkg.exe integrate install
  displayName: 'Install dependencies'