We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1260e8d commit 43b7250Copy full SHA for 43b7250
TestStack.Dossier.Tests/TestStack.Dossier.Tests.csproj
@@ -4,6 +4,11 @@
4
<TargetFrameworks>netcoreapp2.0;net472</TargetFrameworks>
5
</PropertyGroup>
6
7
+ <PropertyGroup Condition="'$(Configuration)'=='Release'">
8
+ <DebugType>full</DebugType>
9
+ <DebugSymbols>true</DebugSymbols>
10
+ </PropertyGroup>
11
+
12
<ItemGroup>
13
<PackageReference Include="Castle.Core" Version="4.3.1" />
14
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
0 commit comments