Skip to content

Commit 4139e6e

Browse files
committed
specify project on restore
1 parent 8bbf98b commit 4139e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
dotnet-version: 8.0.x
1919
- name: Install dependencies
20-
run: dotnet restore
20+
run: dotnet restore LearnJsonEverything/LearnJsonEverything.csproj
2121
- name: Pre-build solution
2222
run: dotnet build LearnJsonEverything/LearnJsonEverything.csproj -c Release --no-restore
2323
- name: Test

0 commit comments

Comments
 (0)