Files @ r23371:9cd9ac4bfc93
Branch filter:

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

translators
Update: Translations from eints
dutch: 80 changes by JanWillem
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'