We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731066b commit 812c4f4Copy full SHA for 812c4f4
1 file changed
.github/workflows/nuget-projector-link.yml
@@ -39,11 +39,6 @@ jobs:
39
- name: Checkout
40
uses: actions/checkout@v4
41
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
-
47
- name: Setup .NET Core
48
uses: actions/setup-dotnet@v4
49
with:
0 commit comments