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 8569a54 commit d69ef36Copy full SHA for d69ef36
.github/workflows/update-dependencies.yml
@@ -31,7 +31,8 @@ jobs:
31
run: dotnet tool install --global dotnet-outdated-tool
32
33
- name: Update packages
34
- run: dotnet outdated --no-restore -u ./Aspire.sln
+ continue-on-error: true
35
+ run: dotnet outdated --no-restore -u ./Aspire.sln || echo "Some dependencies could not be updated, but continuing workflow."
36
37
- name: Revert all changes except Directory.Packages.props files
38
run: |
0 commit comments