From d913da6c8c6ee00f3c13b643fdc10047d1f3cc7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 14 Feb 2024 21:31:03 +0100 Subject: [PATCH] Remove the build number from the tarball --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1d67c484..788d828f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -61,7 +61,7 @@ jobs: - script: | cd $(Build.SourcesDirectory) VERSION="$(cat common/yacreader_global.h | grep '#define VERSION "' | tr -d '#define VERSION' | tr -d '"' )" - ./mktarball.sh $VERSION.$(Build.BuildNumber) + ./mktarball.sh $VERSION mkdir tarball cp yacreader-*-src.tar.xz* tarball\ displayName: 'Create tarball'