Skip to content

Commit f0ccc33

Browse files
committed
trying to fix CI build
1 parent c04f840 commit f0ccc33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Samples/TestStack.BDDfy.Samples/TestStack.BDDfy.Samples.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<DebugType>full</DebugType>
2222
<Optimize>false</Optimize>
2323
<OutputPath>bin\Debug\</OutputPath>
24-
<DefineConstants>DEBUG;TRACE;$(DefineConstants)</DefineConstants>
24+
<DefineConstants>DEBUG;TRACE</DefineConstants>
2525
<ErrorReport>prompt</ErrorReport>
2626
<WarningLevel>4</WarningLevel>
2727
<Prefer32Bit>false</Prefer32Bit>
@@ -30,7 +30,7 @@
3030
<DebugType>pdbonly</DebugType>
3131
<Optimize>true</Optimize>
3232
<OutputPath>bin\Release\</OutputPath>
33-
<DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
33+
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
3636
<Prefer32Bit>false</Prefer32Bit>
@@ -39,7 +39,7 @@
3939
<DebugType>pdbonly</DebugType>
4040
<Optimize>true</Optimize>
4141
<OutputPath>bin\Release\</OutputPath>
42-
<DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
42+
<DefineConstants>TRACE</DefineConstants>
4343
<ErrorReport>prompt</ErrorReport>
4444
<WarningLevel>4</WarningLevel>
4545
<Prefer32Bit>false</Prefer32Bit>
@@ -92,4 +92,4 @@
9292
<Target Name="AfterBuild">
9393
</Target>
9494
-->
95-
</Project>
95+
</Project>

0 commit comments

Comments
 (0)