We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81442e5 + 759a5e4 commit 46e92c7Copy full SHA for 46e92c7
1 file changed
.github/workflows/dotnet.yml
@@ -17,8 +17,8 @@ jobs:
17
with:
18
dotnet-version: '8.0.x'
19
- name: Restore dependencies
20
- run: dotnet restore
+ run: dotnet restore Todo.sln
21
- name: Build
22
- run: dotnet build --no-restore
+ run: dotnet build Todo.sln --no-restore
23
- name: Test
24
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test Todo.sln --no-build --verbosity normal
0 commit comments