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" />

View File

@@ -18,8 +18,13 @@ build:
project: ArchiSteamFarm.sln
parallel: true
verbosity: minimal
after_build:
- cmd: >-
MKDIR out
7z a -mx=9 -mfb=258 -mpass=15 out\ASF-generic.zip %APPVEYOR_BUILD_FOLDER%\ArchiSteamFarm\bin\%CONFIGURATION%\netcoreapp2.0
artifacts:
- path: ArchiSteamFarm\bin\$(CONFIGURATION)\generic
- path: out\ASF-generic.zip
name: ASF-generic.zip
deploy:
- provider: GitHub