From 094908e36f4e66fa1ff4e85f1e9e9fca3a58cbb3 Mon Sep 17 00:00:00 2001 From: David JENNI Date: Mon, 24 May 2021 18:42:56 -0700 Subject: [PATCH] update job/build number in official builds (#40) Co-authored-by: davidjen@DAVIDJENDEV --- .azure-pipelines/OfficialBuild.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines/OfficialBuild.yml b/.azure-pipelines/OfficialBuild.yml index e7d5d9cb..a11ecf03 100644 --- a/.azure-pipelines/OfficialBuild.yml +++ b/.azure-pipelines/OfficialBuild.yml @@ -27,6 +27,9 @@ pool: vmImage: 'windows-latest' steps: +- script: echo "##vso[build.updatebuildnumber]$(VSIX_VERSION) + displayName: Set Job version + - task: NodeTool@0 displayName: 'Use nodejs 14.x' inputs: