ShareX/appveyor.yml

48 lines
1.2 KiB
YAML
Raw Normal View History

2016-09-22 13:20:48 +12:00
version: 1.0.0.{build}
2022-02-05 20:30:40 +13:00
image: Visual Studio 2022
2016-08-26 05:18:57 +12:00
configuration:
- Release
- Debug
- Steam
- MicrosoftStore
2016-08-26 05:18:57 +12:00
platform: Any CPU
shallow_clone: true
environment:
APIKeys:
2017-03-29 08:56:17 +13:00
secure: oWmEefxkbok87VNVsrUuXKgNaM4+j+EW6FBLsXwCbv3OVHgFvT0M9k4891OvYXDsj0oLuEn0oZeaeV8RrRDHA87ap7oCyD5FQJaiZSTHgeE=
install:
- ps: AppVeyor\install.ps1
2016-08-26 06:24:21 +12:00
before_build:
2016-08-28 08:25:34 +12:00
- ps: AppVeyor\before_build.ps1
2016-08-26 05:18:57 +12:00
build:
project: ShareX.sln
parallel: true
verbosity: minimal
after_build:
2016-08-28 08:25:34 +12:00
- ps: AppVeyor\after_build.ps1
artifacts:
- path: ShareX-*-setup.exe
name: Setup
2021-11-10 21:57:10 +13:00
- path: ShareX-*-setup.exe.sha256
name: Setup-Checksum
2021-09-06 06:21:41 +12:00
- path: ShareX-*-portable.zip
name: Portable
2021-11-10 21:57:10 +13:00
- path: ShareX-*-portable.zip.sha256
name: Portable-Checksum
- path: ShareX-Steam
name: Steam
- path: ShareX.appx
name: MicrosoftStore
deploy:
2022-02-05 19:06:21 +13:00
- 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