From c718dfb83aa37c87515b294045621cb9383b702f Mon Sep 17 00:00:00 2001 From: Cinder Date: Sat, 24 Jul 2021 09:19:39 -0500 Subject: [PATCH] Don't pack test clients --- Programs/VoiceTest/VoiceTest.csproj | 1 + Programs/examples/TestClient/TestClient.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/Programs/VoiceTest/VoiceTest.csproj b/Programs/VoiceTest/VoiceTest.csproj index 0d4efb79..296fbdf3 100644 --- a/Programs/VoiceTest/VoiceTest.csproj +++ b/Programs/VoiceTest/VoiceTest.csproj @@ -26,6 +26,7 @@ netcoreapp3.1;net50 AnyCPU;x64;x86 + false diff --git a/Programs/examples/TestClient/TestClient.csproj b/Programs/examples/TestClient/TestClient.csproj index 2aceae33..278cdd59 100644 --- a/Programs/examples/TestClient/TestClient.csproj +++ b/Programs/examples/TestClient/TestClient.csproj @@ -25,6 +25,7 @@ false netcoreapp3.1;net50 AnyCPU;x64;x86 + false