forked from ShareX/ShareX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
48 lines (48 loc) · 1.17 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
47
48
version: 1.0.0.{build}
image: Visual Studio 2022
configuration:
- Release
- Debug
- Steam
- MicrosoftStore
platform: Any CPU
shallow_clone: true
environment:
APIKeys:
secure: oWmEefxkbok87VNVsrUuXKgNaM4+j+EW6FBLsXwCbv3OVHgFvT0M9k4891OvYXDsj0oLuEn0oZeaeV8RrRDHA87ap7oCyD5FQJaiZSTHgeE=
install:
- ps: AppVeyor\install.ps1
before_build:
- ps: AppVeyor\before_build.ps1
build:
project: ShareX.sln
parallel: true
verbosity: minimal
after_build:
- ps: AppVeyor\after_build.ps1
artifacts:
- path: ShareX-*-setup.exe
name: Setup
- path: ShareX-*-setup.exe.sha256
name: Setup-Checksum
- path: ShareX-*-portable.zip
name: Portable
- path: ShareX-*-portable.zip.sha256
name: Portable-Checksum
- path: ShareX-Steam
name: Steam
- path: ShareX.appx
name: MicrosoftStore
deploy:
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
release: ShareX $(AppVersion)
description: "[Changelog](https://getsharex.com/changelog)"
auth_token:
secure: bbUkNvyu1jnKkuZGlM1ois3MkmpCMlm3Lv68L9V5AYepHt1SG4ZQ15ZoKfjOFg9R
artifact: Setup,Setup-Checksum,Portable,Portable-Checksum
draft: false
prerelease: true
on:
configuration: Release
appveyor_repo_tag: true