Skip to content

Commit 4eeaecd

Browse files
committed
Test nuget builds
1 parent aa3c1e2 commit 4eeaecd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/nuget-projector-link.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
- name: Checkout
4040
uses: actions/checkout@v4
4141

42+
- name: Test new code
43+
run: |
44+
cat ThreeByte.LinkLib/ThreeByte.LinkLib.ProjectorLink/Projector.cs | grep "string Test"
45+
cat ThreeByte.LinkLib/ThreeByte.LinkLib.TcpLink/AsyncTcpLink.cs | grep "string Test"
46+
4247
- name: Setup .NET Core
4348
uses: actions/setup-dotnet@v4
4449
with:

0 commit comments

Comments
 (0)