From fe89b28031b4d1c64cd3e62cc5abb81b216f9e04 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 15 Sep 2022 12:50:10 +0200 Subject: [PATCH] publish MG and FNA test results separately --- .gitignore | 2 +- Tests/Tests.FNA.csproj | 1 + Tests/Tests.csproj | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 78ff2f1..a87c755 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ obj packages *.user tools -TestResults \ No newline at end of file +TestResults* diff --git a/Tests/Tests.FNA.csproj b/Tests/Tests.FNA.csproj index 730a19e..0f9cdad 100644 --- a/Tests/Tests.FNA.csproj +++ b/Tests/Tests.FNA.csproj @@ -2,6 +2,7 @@ net6.0 nunit + TestResults.FNA Tests $(DefineConstants);FNA false diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 4fae9b9..4386917 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -2,6 +2,7 @@ net6.0 nunit + TestResults false