We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
VERSION
1 parent 9a6f39b commit ab2e70cCopy full SHA for ab2e70c
builds/misc/templates/build-packages.yaml
@@ -308,12 +308,11 @@ stages:
308
set -ex
309
git clone --recurse-submodules https://github.com/Azure/iot-identity-service.git
310
pushd iot-identity-service
311
- packageVersion=$(git tag | grep 1.3.[0-9]*$ | sort --version-sort -r | head -1)
312
sudo docker run --rm \
313
-v "$(Build.SourcesDirectory)/iot-identity-service:/src" \
314
-e "ARCH=$PACKAGE_ARCH" \
315
-e "OS=$OS:$OSVERSION" \
316
- -e "PACKAGE_VERSION=$packageVersion" \
+ -e "PACKAGE_VERSION=$VERSION" \
317
-e "PACKAGE_RELEASE=1" \
318
--privileged \
319
"ubuntu:18.04" \
0 commit comments