Skip to content

Commit f0d1b10

Browse files
add nuget deploy on AppVeyor (#57)
* add nuget deploy * Update appveyor.yml
1 parent 8bc5802 commit f0d1b10

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ configuration: Release
99
platform: Any CPU
1010
nuget:
1111
project_feed: true
12-
deploy: off
1312
init:
1413
- git config --global core.autocrlf true
1514
build_script:
@@ -34,3 +33,9 @@ dotnet_csproj:
3433
assembly_version: 2.0.0.0
3534
file_version: '{version}'
3635
informational_version: $(info_version)
36+
deploy:
37+
- provider: NuGet
38+
api_key:
39+
secure: AJukx1Xao4KhoyfVO3Cblf3thOZQX8B1H6pH4af9e3+drfsYY2sClu4yEhIopbE8
40+
on:
41+
branch: master

0 commit comments

Comments
 (0)