We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50c125 commit 5e3a089Copy full SHA for 5e3a089
azure-pipelines.yml
@@ -62,7 +62,7 @@ jobs:
62
unitTestRunsettings: '$(System.DefaultWorkingDirectory)\.runsettings'
63
64
##############################
65
-- job: Update_Dependencies
+- job: Update_Dependents
66
condition: >-
67
or(
68
and(
@@ -110,12 +110,12 @@ jobs:
110
111
112
failed('Build_Library'),
113
- failed('Update_Dependencies')
+ failed('Update_Dependents')
114
)
115
116
dependsOn:
117
- Build_Library
118
- - Update_Dependencies
+ - Update_Dependents
119
120
pool:
121
vmImage: 'windows-latest'
0 commit comments