Skip to content

Commit 1fe9af5

Browse files
committed
Add build type tag for Azure webhook use.
1 parent 241b34d commit 1fe9af5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.azure-pipelines/azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ stages:
8585
VERSION="v${{ parameters.versionMajor }}.${{ parameters.versionMinor }}.${{ parameters.versionPatch }}"
8686
echo "Setting build number to $VERSION"
8787
echo "##vso[build.updatebuildnumber]$VERSION"
88+
echo "##vso[build.addbuildtag]BuildType:${{ parameters.buildType }}"
8889
displayName: 'Set Build Number to Version'
8990
9091

0 commit comments

Comments
 (0)