-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathappveyor.yml
43 lines (34 loc) · 973 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
35
36
37
38
39
40
41
42
43
version: AV_{build}
image: Visual Studio 2019
configuration: Release
platform: Any CPU
clone_depth: 1
before_build:
- cmd: >-
git submodule update --recursive --init
git clean -fdx
cd Source
nuget restore
cd ..
build:
project: Source\AlephNote.sln
verbosity: minimal
after_build:
- cmd: >-
DATA\PACKAGE_RELEASE.bat
artifacts:
- path: AlephNote.zip
name: AlephNote.zip
deploy:
tag: $(APPVEYOR_REPO_TAG_NAME)
release: 'Version $(APPVEYOR_REPO_TAG_NAME)'
description: '## Features\n\n - \n\n## Bugfixes\n\n - \n\n## Tasks\n\n - \n\n## Plugins\n\nPlugins included by default:\n~~~\nFilesystemPlugin v\nHeadlessPlugin v\nNextcloudPlugin v\nSimpleNotePlugin v\nStandardNotePlugin v\n~~~'
provider: GitHub
auth_token:
secure: 2/0Qj0uJ46O+KOsn2ZZh6/8fvxf0dXNV7R8Gx3Az0z9keyPmwJBF52hUMe8Tgchk
artifact: AlephNote.zip
draft: true
prerelease: false
on:
branch: master
APPVEYOR_REPO_TAG: true