Skip to content

Commit 0231016

Browse files
author
Gareth Emslie
committed
update expression
1 parent e197d51 commit 0231016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variables:
77
MinorVersion : 0
88
PatchVersion : $[counter(format('nexus-extension-{0}.{1}.{2}',variables['Build.SourceBranchName'],variables['MajorVersion'],variables['MinorVersion']), 156)]
99
isPR : $[startsWith(variables['Build.SourceBranch'],'refs/pull/')]
10-
isMain : $[startsWith(variables['Build.SourceBranch'],'refs/heads/main')]
10+
isMain : $[startsWith(variables['Build.SourceBranch'],'refs/heads/master')]
1111
stages:
1212
- stage : build_package
1313
displayName: Build & Package Extension

0 commit comments

Comments
 (0)