forked from Fryheit/FFXIVQuickLauncher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
46 lines (32 loc) · 1 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
version: 'Build {build}'
skip_tags: true
image: Visual Studio 2015
configuration: Release
platform: Any CPU
cache:
- packages -> **\packages.config
before_build:
- ps: >-
$env:GIT_HASH = $env:APPVEYOR_REPO_COMMIT.Substring(0, 7)
($env:APPVEYOR_REPO_NAME) >> VERSION
($env:APPVEYOR_REPO_BRANCH) >> VERSION
($env:GIT_HASH) >> VERSION
($env:APPVEYOR_BUILD_VERSION) >> VERSION
($env:APPVEYOR_REPO_COMMIT_TIMESTAMP) >> VERSION
- appveyor-retry nuget restore
build:
project: XIVLauncher.sln
verbosity: minimal
after_build:
- cmd: >-
7z a XIVLauncher-%APPVEYOR_REPO_BRANCH%-b%APPVEYOR_BUILD_NUMBER%-%GIT_HASH%.zip .\XIVLauncher\bin\Release\* -mx=7
artifacts:
- path: XIVLauncher-$(APPVEYOR_REPO_BRANCH)-b$(APPVEYOR_BUILD_NUMBER)-$(GIT_HASH).zip
name: XIVLauncher
deploy:
- provider: GitHub
release: $(APPVEYOR_BUILD_VERSION)
description: ""
artifact: XIVLauncher
auth_token:
secure: LUPIjwWT1cLC+dXi4C3Hm3Yl1yjsfEeM8p87vS32VPqIUvQK2n9ol78KV2COnvYg