Skip to content

Commit

Permalink
only build server project
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Oct 27, 2024
1 parent 6533a71 commit d522bd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build rubberduckvba.Server.csproj --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal

2 changes: 2 additions & 0 deletions rubberduckvba.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "rubberduckvba.database", "r
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4F5F292F-9F99-47E7-9D88-0DC0D886424F}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet-cd.yml = .github\workflows\dotnet-cd.yml
.github\workflows\dotnet-ci.yml = .github\workflows\dotnet-ci.yml
README.md = README.md
EndProjectSection
EndProject
Expand Down

0 comments on commit d522bd4

Please sign in to comment.