publish MG and FNA test results separately

This commit is contained in:
Ell 2022-09-15 12:50:10 +02:00
parent 9f60a59706
commit fe89b28031
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,4 +4,4 @@ obj
packages
*.user
tools
TestResults
TestResults*

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<VSTestLogger>nunit</VSTestLogger>
<VSTestResultsDirectory>TestResults.FNA</VSTestResultsDirectory>
<RootNamespace>Tests</RootNamespace>
<DefineConstants>$(DefineConstants);FNA</DefineConstants>
<IsPackable>false</IsPackable>

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<VSTestLogger>nunit</VSTestLogger>
<VSTestResultsDirectory>TestResults</VSTestResultsDirectory>
<IsPackable>false</IsPackable>
</PropertyGroup>