build: remove Debug properties in test csproj

I believe these properties to be the cause of an issue with symbol verification when publishing X10D to nuget.org. I will report with status after this nightly run.
This commit is contained in:
Oliver Booth 2023-04-02 15:53:54 +01:00
parent 3b47c67a43
commit 2c01b0e23a
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings>
<DebugType>Full</DebugType>
<DebugSymbols>true</DebugSymbols>
<CoverletOutputFormat>json,cobertura</CoverletOutputFormat>
<CollectCoverage>true</CollectCoverage>
</PropertyGroup>