Skip to content

Commit d522bd4

Browse files
committed
only build server project
1 parent 6533a71 commit d522bd4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/dotnet-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Restore dependencies
1919
run: dotnet restore
2020
- name: Build
21-
run: dotnet build --no-restore
21+
run: dotnet build rubberduckvba.Server.csproj --no-restore
2222
- name: Test
2323
run: dotnet test --no-build --verbosity normal
2424

rubberduckvba.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "rubberduckvba.database", "r
1313
EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4F5F292F-9F99-47E7-9D88-0DC0D886424F}"
1515
ProjectSection(SolutionItems) = preProject
16+
.github\workflows\dotnet-cd.yml = .github\workflows\dotnet-cd.yml
17+
.github\workflows\dotnet-ci.yml = .github\workflows\dotnet-ci.yml
1618
README.md = README.md
1719
EndProjectSection
1820
EndProject

0 commit comments

Comments
 (0)