-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappveyor.yml
51 lines (46 loc) · 1.02 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
40
41
42
43
44
45
46
47
48
49
50
51
# configuration for master/CI branch
-
branches:
only:
- master
os: Visual Studio 2017
configuration: Release
environment:
LIB_VERSION: '1.1.0'
before_build:
- ps: .\install.ps1
build_script:
- ps: .\build.ps1
# build:
# project: LyraElectronics.Core.sln
# verbosity: minimal
artifacts:
- path: '**\LyraElectronics.Core.*.nupkg'
version: 1.1.0-ci{build}
deploy:
- provider: NuGet
api_key:
secure: EUJ/ajX0f23O8SX4j/bNeXMoAuhP4mSwKUWuMuD7QpnPV2qaXPesqqR+CL3d4zHx
# configuration for release branch
-
branches:
only:
- release
os: Visual Studio 2017
configuration: Release
environment:
LIB_VERSION: '1.1.0'
before_build:
- ps: .\install.ps1
build_script:
- ps: .\build.ps1
# build:
# project: LyraElectronics.Core.sln
# verbosity: minimal
artifacts:
- path: '**\LyraElectronics.Core.*.nupkg'
version: 1.1.0.{build}
deploy:
- provider: NuGet
api_key:
secure: EUJ/ajX0f23O8SX4j/bNeXMoAuhP4mSwKUWuMuD7QpnPV2qaXPesqqR+CL3d4zHx