AppVeyor test

This commit is contained in:
JustArchi
2017-06-30 04:07:28 +02:00
parent db6ca4b203
commit 53f45cbc43
2 changed files with 6 additions and 6 deletions

View File

@@ -14,15 +14,10 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>bin\Release\generic\</OutputPath>
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>bin\Debug\generic\</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.5.0-beta92" />
<PackageReference Include="Humanizer" Version="2.2.0" />