Skip to content

Commit 26c80b8

Browse files
committed
Fix Appveyor
1 parent 61e0b08 commit 26c80b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TSVN/TSVN.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<ErrorReport>prompt</ErrorReport>
5757
<WarningLevel>4</WarningLevel>
5858
<PlatformTarget>AnyCPU</PlatformTarget>
59-
<DeployExtension>False</DeployExtension>
59+
<DeployExtension>True</DeployExtension>
6060
</PropertyGroup>
6161
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
6262
<DebugType>pdbonly</DebugType>
@@ -66,6 +66,7 @@
6666
<ErrorReport>prompt</ErrorReport>
6767
<WarningLevel>4</WarningLevel>
6868
<RunCodeAnalysis>true</RunCodeAnalysis>
69+
<DeployExtension>False</DeployExtension>
6970
</PropertyGroup>
7071
<ItemGroup>
7172
<Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">

0 commit comments

Comments
 (0)