Skip to content

Commit 65f901c

Browse files
authored
Reduce the build number to 1 for all future branches
1 parent b11a244 commit 65f901c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/azure-templates-variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables:
88
GIT_URL: $(Build.Repository.Uri)
99
FEATURE_NAME: ''
1010
PREVIEW_LABEL: 'preview.0'
11-
BUILD_NUMBER: $[counter(format('_{0}_{1}_{2}_', variables['SKIASHARP_VERSION'], variables['Build.SourceBranch'], variables['PREVIEW_LABEL']), 50)]
11+
BUILD_NUMBER: $[counter(format('_{0}_{1}_{2}_', variables['SKIASHARP_VERSION'], variables['Build.SourceBranch'], variables['PREVIEW_LABEL']), 1)]
1212
BUILD_COUNTER: $[counter('global_counter', 1)]
1313
TIZEN_LINUX_PACKAGES: libxcb-icccm4 libxcb-render-util0 gettext libxcb-image0 libsdl1.2debian libv4l-0 libxcb-randr0 bridge-utils libxcb-shape0 libpython2.7 openvpn libkf5itemmodels5 libkf5kiowidgets5 libkchart2
1414
MANAGED_LINUX_PACKAGES: ttf-ancient-fonts ninja-build

0 commit comments

Comments
 (0)