We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d2c7b commit a1e28c3Copy full SHA for a1e28c3
.github/workflows/publish-site.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: |
21
dotnet restore LearnJsonEverything/LearnJsonEverything.csproj
22
- dotnet restore LearnJsonEverything.Test/LearnJsonEverything.Test.csproj
+ dotnet restore LearnJsonEverything.Tests/LearnJsonEverything.Tests.csproj
23
- name: Pre-build solution
24
run: dotnet build LearnJsonEverything.sln -c Release --no-restore
25
- name: Test
0 commit comments