Skip to content

Commit 9062b0e

Browse files
committed
Work CI-CD
- Fix branch name. - Fix task name.
1 parent 7223b11 commit 9062b0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
trigger:
22
branches:
3-
include: [master, develop, "release-*" ]
3+
include: [main, develop, "release-*" ]
44
paths:
55
exclude: ["*.md", .gitignore]
66
tags:
@@ -43,7 +43,7 @@ jobs:
4343
unitTestRunsettings: '$(System.DefaultWorkingDirectory)\Tests\NFUnitTestRegex\nano.runsettings'
4444

4545
##############################
46-
- job: Update_Dependencies
46+
- job: Update_Dependents
4747
condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['StartReleaseCandidate'], 'false') ), and( succeeded(), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***'), eq(variables['StartReleaseCandidate'], 'false') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
4848

4949
dependsOn:
@@ -70,8 +70,8 @@ jobs:
7070

7171
dependsOn:
7272
- Build_Library
73-
- Update_Dependencies
74-
condition: or( failed('Build_Library'), failed('Update_Dependencies'))
73+
- Update_Dependents
74+
condition: or( failed('Build_Library'), failed('Update_Dependents'))
7575

7676
pool:
7777
vmImage: 'VS2017-Win2016'

0 commit comments

Comments
 (0)