Skip to content

Commit 4c802e7

Browse files
committed
Add nuget deployment target
1 parent 88eba7d commit 4c802e7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

appveyor.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,12 @@ before_build:
77

88
build:
99
publish_nuget: true
10-
verbosity: minimal
10+
verbosity: minimal
11+
12+
deploy:
13+
provider: NuGet
14+
api_key:
15+
secure: /4N7ion7O3kWuiM5LEiU9oyfmPYGAbJxic7AFKSX/4Z1iiMwdxAUf3v7v6EvFgyZ
16+
artifact: /.*\.nupkg/
17+
on:
18+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)