forked from ShareX/ShareX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
54 lines (54 loc) · 1.5 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
49
50
51
52
53
54
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: Webhook
url: https://app.signpath.io/API/v1/8c737825-80e6-466c-b4e1-19868ed085f5/Integrations/AppVeyor?ProjectSlug=ShareX&SigningPolicySlug=test-signing
authorization:
secure: 6JmUH7L6pPQz/HoRilhGfO78UwtyFOELO/e//aZ4Hv5vf7yGE9+/1bxNCR+/fE+96dkR0Yvl2HYH9vsO0NOpBg==
on:
configuration: Release
- 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