forked from Zacam/SBRW.Launcher.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
32 lines (31 loc) · 934 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version: 1.0.{build}
skip_tags: true
image: Visual Studio 2017
configuration: Release
platform: x86
environment:
debug: 1
before_build:
- cmd: nuget restore
build:
publish_nuget: true
publish_nuget_symbols: true
verbosity: minimal
after_test:
- cmd: >-
cd GameLauncher\bin\x86\Release\
7z a -tzip GameLauncher-portable-prerelease.zip GameLauncher.exe *.dll
artifacts:
- path: GameLauncher\bin\x86\Release\GameLauncher-portable-prerelease.zip
name: zipfile
type: WebDeployPackage
deploy:
- provider: GitHub
tag: AppveyorBuild-$(appveyor_build_version)
release: GameLauncher-AppveyorBuild$(appveyor_build_version)
description: 'Remember that you can get latest stable version from here: https://github.com/SoapboxRaceWorld/GameLauncher_NFSW/releases/latest'
auth_token:
secure: YQ0yLUpQzV+Umtp1eD0mxhZeR+1OE4c6jgI8Lr0HMHALzeSPRdLYYAa5SewLjPg6
artifact: zipfile
prerelease: true
force_update: true