From 0bbd08d3bd01358540b5059f7659f775cb7ba9ea Mon Sep 17 00:00:00 2001 From: Pavel Stupnikov Date: Mon, 1 Apr 2019 01:33:56 +0300 Subject: [PATCH] azure: Use build number instead of version when downloading vanill source --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f536277f2c..a6a096c7d7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,7 +49,7 @@ jobs: displayName: 'Change BuildNumber to version' - bash: | set -ex - curl -L https://proxy.binaries.openttd.org/openttd-releases/${VERSION}/openttd-${VERSION}-source.tar.xz > vanilla-source.tar.xz + curl -L https://proxy.binaries.openttd.org/openttd-releases/$(Build.BuildNumber)/openttd-$(Build.BuildNumber)-source.tar.xz > vanilla-source.tar.xz displayName: 'Download vanilla' - bash: | set -ex