Skip to content

Commit 118be6c

Browse files
PalmarHealerclaude
andauthored
Fix CI build: add missing ProcessIdentifierHelper compile include to test project (#34)
AudioStream.cs references ProcessIdentifierHelper but it was not included in the test project's compile list, causing CS0103 on CI. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 20a8285 commit 118be6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ControlPad.Tests/ControlPad.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
<ItemGroup>
2222
<Compile Include="../ControlPad/AudioStream.cs" Link="Source/AudioStream.cs" />
23+
<Compile Include="../ControlPad/System/ProcessIdentifierHelper.cs" Link="Source/ProcessIdentifierHelper.cs" />
2324
<Compile Include="../ControlPad/ActionType.cs" Link="Source/ActionType.cs" />
2425
<Compile Include="../ControlPad/ButtonAction.cs" Link="Source/ButtonAction.cs" />
2526
<Compile Include="../ControlPad/ButtonCategory.cs" Link="Source/ButtonCategory.cs" />

0 commit comments

Comments
 (0)