Skip to content

Commit

Permalink
Fix problems with the AppVeyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Sep 4, 2014
1 parent bd15988 commit 62a8b68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion GitDiffMargin.Unit.Tests/Git/HunkRangeInfoTests.cs
Expand Up @@ -11,7 +11,7 @@ namespace GitDiffMargin.Unit.Tests.Git
{
// ReSharper disable InconsistentNaming

[TestFixture]
[TestFixture(0)]
public class HunkRangeInfoTests
{
public HunkRangeInfoTests(int contextLines)
Expand Down
10 changes: 4 additions & 6 deletions GitDiffMargin/GitDiffMargin.csproj
Expand Up @@ -42,6 +42,10 @@
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition="'$(BuildingInsideVisualStudio)' != 'true'">
<!-- This property disables extension deployment for command line builds; required for AppVeyor -->
<DeployExtension>False</DeployExtension>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
Expand All @@ -50,8 +54,6 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CopyVsixExtensionFiles>False</CopyVsixExtensionFiles>
<CopyVsixExtensionLocation>C:\Temp\</CopyVsixExtensionLocation>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Expand All @@ -62,10 +64,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<CopyVsixExtensionFiles>False</CopyVsixExtensionFiles>
<CopyVsixExtensionLocation>C:\Temp\GitDiffMargin</CopyVsixExtensionLocation>
<CreateVsixContainer>True</CreateVsixContainer>
<DeployExtension>True</DeployExtension>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\Git-Icon-1788C.ico</ApplicationIcon>
Expand Down

0 comments on commit 62a8b68

Please sign in to comment.