Skip to content

Commit

Permalink
Missed these
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Nov 23, 2024
1 parent 3308193 commit 617dfee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
uses: actions/setup-dotnet@v3

- name: Restore dependencies
run: dotnet restore TodoApi.sln
run: dotnet restore TodoApp.sln

- name: dotnet build
run: dotnet build TodoApi.sln -c Release --no-restore
run: dotnet build TodoApp.sln -c Release --no-restore

- name: dotnet test
run: dotnet test TodoApi.sln -c Release --no-build
run: dotnet test TodoApp.sln -c Release --no-build
1 change: 1 addition & 0 deletions TodoApp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Todo.Api.Tests", "Todo.Api.
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7FAB2FEF-77C3-4519-AA2E-0CCCDFE1FC13}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yaml = .github\workflows\ci.yaml
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
Expand Down

0 comments on commit 617dfee

Please sign in to comment.