1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:25:43 +00:00

[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

View File

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