[ci skip] test: output debug symbols

This commit is contained in:
Oliver Booth 2023-04-02 01:06:38 +01:00
parent 58c333a173
commit e5ec06cfe5
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings>
<DebugType>Full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>