Files @ r23291:505126aa1659
Branch filter:

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

Charles Pigott
Update: Add changelog for 1.9.0-beta1 and prepare for release
steps:
- task: DownloadBuildArtifacts@0
  displayName: 'Download all bundles'
  inputs:
    downloadType: specific
    itemPattern: 'bundles/*'
    downloadPath: '$(Build.ArtifactStagingDirectory)'
- script: |
    set -ex
    ./azure-pipelines/manifest.sh ../a/bundles/
    mkdir -p bundles
    mv manifest.yaml bundles/
  displayName: 'Create manifest.yaml'