Skip to content

Commit 098069e

Browse files
committed
fix project location
1 parent d522bd4 commit 098069e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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 rubberduckvba.Server.csproj --no-restore
21+
run: dotnet build rubberduckvba.Server/rubberduckvba.Server.csproj --no-restore
2222
- name: Test
2323
run: dotnet test --no-build --verbosity normal
2424

0 commit comments

Comments
 (0)