Skip to content

Commit

Permalink
Fix Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Mar 21, 2017
1 parent 7c2f140 commit 691a393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TGit/TGIT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DeployExtension>True</DeployExtension>
<DeployExtension Condition=" '$(AppVeyor)' != '' ">False</DeployExtension>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Expand Down

0 comments on commit 691a393

Please sign in to comment.