Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
run: dotnet tool install --global dotnet-outdated-tool

- name: Update packages
run: dotnet outdated --no-restore -u ./Aspire.sln
continue-on-error: true
run: dotnet outdated --no-restore -u ./Aspire.sln || echo "Some dependencies could not be updated, but continuing workflow."

- name: Revert all changes except Directory.Packages.props
run: |
Expand Down
Loading