Files @ r23446:6ee5c7b635a3
Branch filter:

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

peter1138
Feature: Add road icon to road construction drop down list.
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 bundles
    mv manifest.yaml bundles/
  displayName: 'Create manifest.yaml'