mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
AppVeyor test
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user