Skip to content

Commit 43b7250

Browse files
committed
Trying to get debug info into test project in release build (not working :/)
1 parent 1260e8d commit 43b7250

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

TestStack.Dossier.Tests/TestStack.Dossier.Tests.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<TargetFrameworks>netcoreapp2.0;net472</TargetFrameworks>
55
</PropertyGroup>
66

7+
<PropertyGroup Condition="'$(Configuration)'=='Release'">
8+
<DebugType>full</DebugType>
9+
<DebugSymbols>true</DebugSymbols>
10+
</PropertyGroup>
11+
712
<ItemGroup>
813
<PackageReference Include="Castle.Core" Version="4.3.1" />
914
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />

0 commit comments

Comments
 (0)