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 8489a32 commit dbd0150Copy full SHA for dbd0150
.github/workflows/update-dependencies.yml
@@ -33,9 +33,9 @@ jobs:
33
- name: Update packages
34
run: dotnet outdated --no-restore -u ./Aspire.sln
35
36
- - name: Revert all changes except Directory.Packages.props
+ - name: Revert all changes except Directory.Packages.props files
37
run: |
38
- git add Directory.Packages.props
+ git add **Directory.Packages.props
39
rm nuget.config
40
git checkout -- .
41
0 commit comments