forked from Washi1337/AsmResolver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
45 lines (36 loc) · 799 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
33
34
35
36
37
38
39
40
41
42
43
44
45
-
branches:
only:
- master
image: Visual Studio 2017
version: 3.0.2-{branch}-build{build}
configuration: Release
before_build:
- nuget restore
build:
publish_nuget: true
verbosity: minimal
artifacts:
- path: AsmResolver/bin/Release
name: Latest stable release
deploy:
provider: NuGet
api_key:
secure: PVEUaSEahOzJfYurDeVaY8zzkeyuxqL0KlUvgM6cQeldGh2xCvyPeKgEXOOt2ECy
skip_symbols: false
artifact: /.*\.nupkg/
-
branches:
only:
- development
image: Visual Studio 2017
version: 3.0.2-{branch}-build{build}
configuration: Release
before_build:
- nuget restore
build:
publish_nuget: false
verbosity: minimal
artifacts:
- path: AsmResolver/bin/Release
name: Bleeding edge