Skip to content

Commit

Permalink
RE-moving the Trace constant to a conditional property group. Previou…
Browse files Browse the repository at this point in the history
…s error is occuring on other branches.
  • Loading branch information
garypretty committed Feb 9, 2020
1 parent 7a73620 commit 78a3172
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
<IsPackable>false</IsPackable>
<Configurations>Debug;Release;</Configurations>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>

Expand Down

0 comments on commit 78a3172

Please sign in to comment.