summaryrefslogtreecommitdiff
path: root/azure-pipelines/templates/release.yml
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2019-02-09 20:13:28 +0100
committerPatric Stout <truebrain@openttd.org>2019-02-09 21:38:40 +0100
commit13b7e8774d813ab84a8e58f3d629e6e9ab3b8765 (patch)
treeee191d0b18c9c7b94e6813541ce9a6dcb325dc6b /azure-pipelines/templates/release.yml
parent0151fe998a999b48b67afa5b96d9a4cd72246455 (diff)
downloadopenttd-13b7e8774d813ab84a8e58f3d629e6e9ab3b8765.tar.xz
Fix: [AzurePipelines] manifest.sh didn't know when it was a stable release
In result, the name of the release was wrong, causing confusing in tools using the manifest.yaml.
Diffstat (limited to 'azure-pipelines/templates/release.yml')
-rw-r--r--azure-pipelines/templates/release.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines/templates/release.yml b/azure-pipelines/templates/release.yml
index 4daf66ded..86f2be40e 100644
--- a/azure-pipelines/templates/release.yml
+++ b/azure-pipelines/templates/release.yml
@@ -164,6 +164,9 @@ jobs:
steps:
- template: release-fetch-source.yml
- template: release-manifest.yml
+ ${{ if eq(parameters.IsStableRelease, true) }}:
+ parameters:
+ IsStableRelease: true
- template: release-bundles.yml
parameters:
CalculateChecksums: false