We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e197d51 commit 0231016Copy full SHA for 0231016
azure-pipelines.yaml
@@ -7,7 +7,7 @@ variables:
7
MinorVersion : 0
8
PatchVersion : $[counter(format('nexus-extension-{0}.{1}.{2}',variables['Build.SourceBranchName'],variables['MajorVersion'],variables['MinorVersion']), 156)]
9
isPR : $[startsWith(variables['Build.SourceBranch'],'refs/pull/')]
10
- isMain : $[startsWith(variables['Build.SourceBranch'],'refs/heads/main')]
+ isMain : $[startsWith(variables['Build.SourceBranch'],'refs/heads/master')]
11
stages:
12
- stage : build_package
13
displayName: Build & Package Extension
0 commit comments