-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathappveyor.yml
More file actions
46 lines (36 loc) · 791 Bytes
/
appveyor.yml
File metadata and controls
46 lines (36 loc) · 791 Bytes
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
version: 1.0.{build}
image: Visual Studio 2022
before_build:
- cmd: nuget restore src\Cardknox.sln
build:
verbosity: minimal
artifacts:
- path: '\src\Cardknox.NET\bin\Release\Cardknox.API.Wrapper*.*nupkg'
name: NuGet
for:
-
branches:
only:
- master
configuration: Release
deploy:
provider: NuGet
api_key:
secure: fW7Vil4J2X2twrndpp3KVXaepZQb4pSftfQADcJVmmnTwqPLlX7ZdIM+uyiMDpxO
skip_symbols: false
artifact: /Cardknox.*\.*nupkg/
on:
APPVEYOR_REPO_TAG: true
-
branches:
only:
- 5.0
configuration: Release
deploy:
provider: NuGet
api_key:
secure: fW7Vil4J2X2twrndpp3KVXaepZQb4pSftfQADcJVmmnTwqPLlX7ZdIM+uyiMDpxO
skip_symbols: false
artifact: /Cardknox.*\.*nupkg/
on:
APPVEYOR_REPO_TAG: true