We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d10403 commit 8bbf98bCopy full SHA for 8bbf98b
.github/workflows/publish-site.yml
@@ -19,9 +19,9 @@ jobs:
19
- name: Install dependencies
20
run: dotnet restore
21
- name: Pre-build solution
22
- run: dotnet build LearnJsonEverything.sln -c Release --no-restore
+ run: dotnet build LearnJsonEverything/LearnJsonEverything.csproj -c Release --no-restore
23
- name: Test
24
- run: dotnet test LearnJsonEverything.sln -c Release --no-restore
+ run: dotnet test LearnJsonEverything/LearnJsonEverything.csproj -c Release --no-restore
25
- name: Publish
26
run: dotnet publish LearnJsonEverything/LearnJsonEverything.csproj -c Release --no-restore -o bin
27
- name: Add .nojekyll file
0 commit comments