Files @ r24353:3181b4904b04
Branch filter:

Location: cpp/openttd-patchpack/source/azure-pipelines/templates/release-manifest.yml

translators
Update: Translations from eints
german: 1 change by frosch123
parameters:
  IsStableRelease: false

steps:
- task: DownloadBuildArtifacts@0
  displayName: 'Download all bundles'
  inputs:
    downloadType: specific
    itemPattern: 'bundles/*'
    downloadPath: '$(Build.ArtifactStagingDirectory)'
- ${{ if eq(parameters.IsStableRelease, true) }}:
  - script: |
      touch .is_stable
    displayName: 'Mark as stable release'
- script: |
    set -ex
    ./azure-pipelines/manifest.sh ../a/bundles/
    mkdir -p build/bundles
    mv manifest.yaml build/bundles/
  displayName: 'Create manifest.yaml'