Skip to content

Commit 617dfee

Browse files
committed
Missed these
1 parent 3308193 commit 617dfee

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
uses: actions/setup-dotnet@v3
1414

1515
- name: Restore dependencies
16-
run: dotnet restore TodoApi.sln
16+
run: dotnet restore TodoApp.sln
1717

1818
- name: dotnet build
19-
run: dotnet build TodoApi.sln -c Release --no-restore
19+
run: dotnet build TodoApp.sln -c Release --no-restore
2020

2121
- name: dotnet test
22-
run: dotnet test TodoApi.sln -c Release --no-build
22+
run: dotnet test TodoApp.sln -c Release --no-build

TodoApp.sln

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Todo.Api.Tests", "Todo.Api.
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7FAB2FEF-77C3-4519-AA2E-0CCCDFE1FC13}"
1111
ProjectSection(SolutionItems) = preProject
12+
.github\workflows\ci.yaml = .github\workflows\ci.yaml
1213
Directory.Build.props = Directory.Build.props
1314
Directory.Packages.props = Directory.Packages.props
1415
global.json = global.json

0 commit comments

Comments
 (0)