forked from ACEmulator/ACViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
33 lines (32 loc) · 1003 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
version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
skip_tags: true
image: Visual Studio 2022
configuration:
- Release
- Debug
platform: x64
before_build:
- cmd: >-
git submodule update --init --recursive
nuget restore
build:
project: ACViewer.sln
verbosity: minimal
artifacts:
- path: ACViewer\bin\$(configuration)\net6.0-windows
name: ACViewer-v$(appveyor_build_version)-$(configuration)
deploy:
- provider: GitHub
tag: v$(appveyor_build_version)
release: ACViewer v$(appveyor_build_version)
description: <h1> ACViewer v$(appveyor_build_version) </h1> <blockquote>The following commit is included in this release:</<blockquote> <h1></h1>$(APPVEYOR_REPO_COMMIT_MESSAGE) <p>$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)<h1><h6>automated release build - $(APPVEYOR_REPO_COMMIT_TIMESTAMP)
auth_token:
secure: lGLpqex+Weod6ZiPw34RwTv999QvoSZ+imTcmYhiJWQL6XkfkVUYcqOO6pJDuAYt
artifact: /.*\.zip/
draft: false
force_update: true