Skip to content

Commit

Permalink
Fixed wrong symbols disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Oct 24, 2017
1 parent 1960836 commit 6983f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cake.Transifex/Cake.Transifex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To install the transifex client, install python, then run `pip install transifex
<RepositoryUrl>https://github.com/cake-contrib/Cake.Transifex</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>cake build transifex localization</PackageTags>
<IncludeSymbols>True</IncludeSymbols>
<IncludeSymbols>False</IncludeSymbols>
<PackageReleaseNotes>$(RepositoryUrl)/releases/tag/$(Version)</PackageReleaseNotes>
</PropertyGroup>

Expand All @@ -36,7 +36,7 @@ To install the transifex client, install python, then run `pip install transifex

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DebugSymbols>False</DebugSymbols>
<DebugSymbols>True</DebugSymbols>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
Expand Down

0 comments on commit 6983f3a

Please sign in to comment.