-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
34 lines (34 loc) · 864 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
33
34
version: 2.0.0.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
image:
#- macOS
- Ubuntu2004
- Visual Studio 2022
platform: x64
environment:
GH_TOKEN:
secure: 54Mee2f+YfZkeBfnRY3k47s32QDdxpTSW8d2H2SHzUA7oKu72gQjTD1SVqZadBmN
before_build:
- pwsh: dotnet restore
build:
parallel: true
verbosity: minimal
after_build:
- pwsh: ./publish-github-release.ps1
artifacts:
- path: Publish\*.zip
name: zip
deploy:
- provider: GitHub
release: Continious build
description: Information about changes since previous release can be found in [changelog](https://github.com/Gigas002/DoujinDownloader/blob/master/CHANGELOG.md).
auth_token: $(GH_TOKEN)
artifact: /.*\.zip/
prerelease: true
force_update: true
on:
branch: master
after_deploy:
- pwsh: ./publish-github-docker.ps1 $env:GH_TOKEN $env:APPVEYOR_BUILD_WORKER_IMAGE