-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappveyor.yml
More file actions
38 lines (31 loc) · 924 Bytes
/
appveyor.yml
File metadata and controls
38 lines (31 loc) · 924 Bytes
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
version: 0.9.{build}
skip_tags: true # avoid deploy to GitHub loop
# enable patching of AssemblyInfo.* files with appveyor version
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
image: Visual Studio 2019
configuration:
- Release
before_build:
- nuget restore -Verbosity quiet
build:
verbosity: minimal # MSBuild verbosity level
artifacts:
- path: bin\$(configuration)
name: ShaderForm
deploy:
release: $(appveyor_build_version)
description: 'Released Created By Appveyor'
provider: GitHub
auth_token:
secure: fGVm8Adn/cp+0vP/TKHUVPiJiE4I5ZcBP5WD1GTvIagnWtZuZL7OdYVdPJxri006
artifact: ShaderForm
draft: false
prerelease: false
on:
branch: master # release from master branch only
# appveyor_repo_tag: true # deploy on tag push only