Skip to content

Commit e929f8a

Browse files
committed
ci: add dotnet restore before dotnet outdated call
1 parent 6831388 commit e929f8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nuget-update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: |
4343
cd Source/${{ env.SOLUTION_DIR }}
4444
# Get list of outdated packages
45+
dotnet restore
4546
dotnet list package --outdated --include-transitive --highest-minor | tee outdated.txt
4647
# Check if there are any updates available
4748
if grep -q '> ' outdated.txt; then

0 commit comments

Comments
 (0)