forked from lostindark/DriverStoreExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
32 lines (32 loc) · 830 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
version: 0.11.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
image: Visual Studio 2022
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- cmd: nuget restore
build:
parallel: true
verbosity: normal
artifacts:
- path: Rapr\bin\$(configuration)
name: DriverStoreExplorer.v$(appveyor_build_version)
deploy:
- provider: GitHub
tag: v$(appveyor_build_version)
release: DriverStore Explorer v$(appveyor_build_version)
auth_token:
secure: xEMEtDC/48AR0yz0SjQp2LPkB5ExQvlIQJ1FXsUUYMdv+ZrMF8ie8gJWYT1V1L7g
draft: true
prerelease: false
force_update: true
on:
branch: master