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 01d40a8 commit 6c610a5Copy full SHA for 6c610a5
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
dotnet-version: 8.0.x
20
cache: true
21
- cache-dependency-path: */packages.lock.json
+ cache-dependency-path: '**/packages.lock.json'
22
- name: Install dotnet format tool
23
run: dotnet tool install -g dotnet-format
24
- name: dotnet restore
0 commit comments