Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit e76c34f

Browse files
committed
#35 - Appveyor publish to nuget on build.
1 parent be15153 commit e76c34f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

appveyor.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,11 @@ after_build:
2525
- cmd: appveyor PushArtifact "GitTools.Core.%GitVersion_NuGetVersion%.nupkg"
2626

2727
cache:
28-
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
28+
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
29+
30+
deploy:
31+
provider: NuGet
32+
api_key:
33+
secure: kyvS4pYmOCyvas5wxibDusCABHBkmORratOuw13JYeo/xj+ggCnfZhihMVUrXL7x
34+
skip_symbols: false
35+
artifact: /.*\.nupkg/

0 commit comments

Comments
 (0)