From 2c01b0e23a5cb35a4f15061390693c9b129614ed Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sun, 2 Apr 2023 15:53:54 +0100 Subject: [PATCH] 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. --- X10D.Tests/X10D.Tests.csproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/X10D.Tests/X10D.Tests.csproj b/X10D.Tests/X10D.Tests.csproj index 69906ba..41d2e68 100644 --- a/X10D.Tests/X10D.Tests.csproj +++ b/X10D.Tests/X10D.Tests.csproj @@ -6,8 +6,6 @@ false enable true - Full - true json,cobertura true