-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathappveyor.yml
39 lines (39 loc) · 1.18 KB
/
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
version: 0.4.{build}-beta
branches:
only:
- master
skip_tags: true
image: Visual Studio 2022
configuration: Release
platform: ARM
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
only_commits:
message: /\[ci\]/
skip_commits:
files:
- docu/
- hardware/
- '**/*.md'
- '*.txt'
- appveyor.yml
- '.gitignor'
before_build:
- cmd: nuget restore source
build:
verbosity: minimal
after_build:
- cmd: rename %APPVEYOR_BUILD_FOLDER%\source\EzoGateway\bin\ARM\Release\EzoGateway_0.0.0.0_ARM.appx EzoGateway_%APPVEYOR_BUILD_VERSION%_ARM.appx
artifacts:
- path: source\EzoGateway\bin\ARM\Release\EzoGateway_$(APPVEYOR_BUILD_VERSION)_ARM.appx
name: EzoGateway_ARM.appx
deploy:
- provider: GitHub
description: The application included in the release (EzoGateway_%APPVEYOR_BUILD_VERSION%_ARM.appx) can be installed in the Windows Device Portal via the App Manager. Before doing so, make sure that no old version of EzoGateway is running or installed.
auth_token:
secure: z3YLzHX618nku0wc3lwNbyhhFVgBvhYl5zs3hh4bgK8Sou/AQt/eukIP7GaLFWh0
prerelease: true