From c563ecc3be86f34140289959e0269b8e732fa255 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Fri, 20 Jun 2025 00:38:43 +0900 Subject: [PATCH] Mark test projects as non-packable --- SDL3-CS.Tests.Android/SDL3-CS.Tests.Android.csproj | 4 ++++ SDL3-CS.Tests.Desktop/SDL3-CS.Tests.Desktop.csproj | 4 ++++ SDL3-CS.Tests.iOS/SDL3-CS.Tests.iOS.csproj | 6 +++++- SDL3-CS.Tests/SDL3-CS.Tests.csproj | 4 ++++ 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/SDL3-CS.Tests.Android/SDL3-CS.Tests.Android.csproj b/SDL3-CS.Tests.Android/SDL3-CS.Tests.Android.csproj index e639325..beaa9a7 100644 --- a/SDL3-CS.Tests.Android/SDL3-CS.Tests.Android.csproj +++ b/SDL3-CS.Tests.Android/SDL3-CS.Tests.Android.csproj @@ -11,6 +11,10 @@ SDL.Tests.Android + + false + + diff --git a/SDL3-CS.Tests.Desktop/SDL3-CS.Tests.Desktop.csproj b/SDL3-CS.Tests.Desktop/SDL3-CS.Tests.Desktop.csproj index 32a9a6c..481a9d4 100644 --- a/SDL3-CS.Tests.Desktop/SDL3-CS.Tests.Desktop.csproj +++ b/SDL3-CS.Tests.Desktop/SDL3-CS.Tests.Desktop.csproj @@ -8,6 +8,10 @@ enable + + false + + diff --git a/SDL3-CS.Tests.iOS/SDL3-CS.Tests.iOS.csproj b/SDL3-CS.Tests.iOS/SDL3-CS.Tests.iOS.csproj index 31c6e93..9c23c76 100644 --- a/SDL3-CS.Tests.iOS/SDL3-CS.Tests.iOS.csproj +++ b/SDL3-CS.Tests.iOS/SDL3-CS.Tests.iOS.csproj @@ -1,4 +1,4 @@ - + net8.0-ios @@ -11,6 +11,10 @@ iPhone Developer + + false + + diff --git a/SDL3-CS.Tests/SDL3-CS.Tests.csproj b/SDL3-CS.Tests/SDL3-CS.Tests.csproj index a789eb7..db77335 100644 --- a/SDL3-CS.Tests/SDL3-CS.Tests.csproj +++ b/SDL3-CS.Tests/SDL3-CS.Tests.csproj @@ -10,6 +10,10 @@ false + + false + +