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 6831388 commit e929f8aCopy full SHA for e929f8a
.github/workflows/nuget-update.yml
@@ -42,6 +42,7 @@ jobs:
42
run: |
43
cd Source/${{ env.SOLUTION_DIR }}
44
# Get list of outdated packages
45
+ dotnet restore
46
dotnet list package --outdated --include-transitive --highest-minor | tee outdated.txt
47
# Check if there are any updates available
48
if grep -q '> ' outdated.txt; then
0 commit comments