forked from TBXin/NFirmwareEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
32 lines (29 loc) · 792 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: 7.1.{build}
branches:
only:
- master
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: $(appveyor_build_version)
assembly_file_version: $(appveyor_build_version)
assembly_informational_version: $(appveyor_build_version)
environment:
dummy_secret:
secure: iToG2vv7gSS8XVLRA/F4yxhjk6RIYzHFvusybuKxRQ2N7DdAIFkqlBQG1yfkqAGD
before_build:
- cmd: >-
cd src
nuget restore
nuget install secure-file -ExcludeVersion
secure-file\tools\secure-file -decrypt dummy.data -out NFETeam.snk -secret "%dummy_secret%"
build:
verbosity: minimal
after_build:
- cmd: cd %APPVEYOR_BUILD_FOLDER%\src\out\
- cmd: del /q *.pdb, *.xml
artifacts:
- path: src\out
name: NFE-Tools-v$(appveyor_build_version)