Remove the build number from the tarball

This commit is contained in:
Luis Ángel San Martín 2024-02-14 21:31:03 +01:00
parent b8d5f351e5
commit d913da6c8c

View File

@ -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'