Skip to content

Commit 5d7c32f

Browse files
committed
Work CI-CD
- Update pipeline job updating dependencies. ***NO_CI***
1 parent e23c601 commit 5d7c32f

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,16 @@ jobs:
8989
variables:
9090
DOTNET_NOLOGO: true
9191

92+
9293
steps:
93-
# need this here in order to persist GitHub credentials
94-
- checkout: self
95-
fetchDepth: 1
9694

97-
- template: azure-pipelines-templates/install-nuget.yml@templates
95+
- checkout: none
9896

99-
# update dependencies
100-
- task: UpdatenFDependencies@1
101-
inputs:
102-
gitHubToken: $(GitHubToken)
97+
# update dependents
98+
- template: azure-pipelines-templates/update-dependents.yml@templates
99+
parameters:
103100
repositoriesToUpdate: |
104101
System.Device.Spi
105-
displayName: Update dependent class libs
106102
107103
##################################
108104
# report build failure to Discord

0 commit comments

Comments
 (0)