Skip to content

Commit

Permalink
Correcting release config output debug info settings related to #20
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwlicious committed Apr 6, 2017
1 parent b261850 commit 6a19434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake.Incubator/Cake.Incubator.csproj
Expand Up @@ -25,7 +25,7 @@
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>embedded</DebugType>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
Expand Down

0 comments on commit 6a19434

Please sign in to comment.