Files @ r23230:e17a07ce1cde
Branch filter:

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

Niels Martin Hansen
Update: Visual Studio 2019 solution file version upgrade (#7135)
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'