Skip to content

Commit 5e3a089

Browse files
authored
Work CI-CD
- Fix job name. - Update yaml accordingly. ***NO_CI***
1 parent c50c125 commit 5e3a089

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
unitTestRunsettings: '$(System.DefaultWorkingDirectory)\.runsettings'
6363

6464
##############################
65-
- job: Update_Dependencies
65+
- job: Update_Dependents
6666
condition: >-
6767
or(
6868
and(
@@ -110,12 +110,12 @@ jobs:
110110
condition: >-
111111
or(
112112
failed('Build_Library'),
113-
failed('Update_Dependencies')
113+
failed('Update_Dependents')
114114
)
115115
116116
dependsOn:
117117
- Build_Library
118-
- Update_Dependencies
118+
- Update_Dependents
119119

120120
pool:
121121
vmImage: 'windows-latest'

0 commit comments

Comments
 (0)