mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-14 00:47:25 +00:00
Update AppVeyor
This commit is contained in:
parent
ab9792bc6d
commit
fe62039ff9
1 changed files with 4 additions and 10 deletions
14
appveyor.yml
14
appveyor.yml
|
@ -7,21 +7,15 @@ build:
|
||||||
project: ArchiSteamFarm.sln
|
project: ArchiSteamFarm.sln
|
||||||
parallel: true
|
parallel: true
|
||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
|
after_build:
|
||||||
|
- ps: 7z a -mx=9 -mfb=258 -mpass=15 out\ASF.zip %APPVEYOR_BUILD_FOLDER%\out\ASF.exe %APPVEYOR_BUILD_FOLDER%\out\ASF.exe %APPVEYOR_BUILD_FOLDER%\out\ASF-ConfigGenerator.exe
|
||||||
artifacts:
|
artifacts:
|
||||||
|
- path: out\ASF.zip
|
||||||
|
name: ASF.zip
|
||||||
- path: out\ASF.exe
|
- path: out\ASF.exe
|
||||||
name: ASF.exe
|
name: ASF.exe
|
||||||
- path: out\ASF-ConfigGenerator.exe
|
|
||||||
name: ASF-ConfigGenerator.exe
|
|
||||||
- path: out\ASF-GUI.exe
|
|
||||||
name: ASF-GUI.exe
|
|
||||||
- path: out\ASF-Service.exe
|
- path: out\ASF-Service.exe
|
||||||
name: ASF-Service.exe
|
name: ASF-Service.exe
|
||||||
- path: out\config\ASF.json
|
|
||||||
name: config\ASF.json
|
|
||||||
- path: out\config\example.json
|
|
||||||
name: config\example.json
|
|
||||||
- path: out\config\minimal.json
|
|
||||||
name: config\minimal.json
|
|
||||||
notifications:
|
notifications:
|
||||||
- provider: Webhook
|
- provider: Webhook
|
||||||
url: https://webhooks.gitter.im/e/6cc89e76555ee263cc11
|
url: https://webhooks.gitter.im/e/6cc89e76555ee263cc11
|
||||||
|
|
Loading…
Reference in a new issue