File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Copyright (c) .NET Foundation and Contributors
22# See LICENSE file in the project root for full license information.
33
4- # This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running .
4+ # This workflow will periodically check that the solutions nuget dependencies (for .NET nanoFramework) are up-to-date .
55
6- name : Daily update dependencies
6+ name : Scheduled nuget dependency check
77
88on :
99 schedule :
@@ -18,9 +18,9 @@ defaults:
1818 shell : pwsh
1919
2020jobs :
21- update-dotnet-preview :
22- name : Update .NET nanoFramework dependencies
23- timeout-minutes : 360 # Non default as samples repo it's huge and has lots of solutions to update!
21+ update-nuget-dependencies :
22+ name : Update .NET nanoFramework nuget dependencies
23+ timeout-minutes : 360 # Non default as the repo is large and has lots of solutions to update!
2424 runs-on : windows-latest
2525 env :
2626 GITHUB_TOKEN : ${{ github.token }}
2929 uses : actions/checkout@v2
3030 with :
3131 fetch-depth : 0
32- - name : Update dependencies
32+ - name : Update solution nugets
3333 uses : nanoframework/nanodu@v1
3434 with :
3535 solutionsToCheck : ' *.sln'
You can’t perform that action at this time.
0 commit comments