Skip to content

Commit e197d51

Browse files
author
Gareth Emslie
committed
update counter and pr trigger
1 parent d487959 commit e197d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
trigger:
22
- master
33
pr:
4-
- main
4+
- master
55
variables:
66
MajorVersion : 1
77
MinorVersion : 0
8-
PatchVersion : $[counter(format('nexus-extension-{0}.{1}.{2}',variables['Build.SourceBranchName'],variables['MajorVersion'],variables['MinorVersion']), 93)]
8+
PatchVersion : $[counter(format('nexus-extension-{0}.{1}.{2}',variables['Build.SourceBranchName'],variables['MajorVersion'],variables['MinorVersion']), 156)]
99
isPR : $[startsWith(variables['Build.SourceBranch'],'refs/pull/')]
1010
isMain : $[startsWith(variables['Build.SourceBranch'],'refs/heads/main')]
1111
stages:

0 commit comments

Comments
 (0)