Skip to content

Commit 2e6534c

Browse files
committed
Tyring to solve:
error MSB3871: Shared projects cannot be built on their own. Please either build a project that references this project, or build the entire solution. [D:\a\plugins\plugins\source\Plugin-Shared\Plugin-Shared.shproj]
1 parent bae2b27 commit 2e6534c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Build the solution
3333
- name: Build solution
34-
run: msbuild "source\Plugins.sln" /p:Configuration=Release
34+
run: msbuild "source\Plugins.sln" /p:Configuration=Release -p BuildProjectReferences=false
3535

3636
# Run tests (optional)
3737
#- name: Run tests

0 commit comments

Comments
 (0)