Auto publish Wox.Plugin to nuget.

This commit is contained in:
qianlifeng
2014-12-12 18:22:17 +08:00
parent b6d01133c4
commit cb9bc6ad12
4 changed files with 48 additions and 0 deletions

20
appveyor.yml Normal file
View File

@@ -0,0 +1,20 @@
version: 1.1.0
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
build:
project: Wox.sln
after_test:
ps: .\nuget\pack.ps1
deploy:
provider: NuGet
api_key:
secure: yybUOFgBuGVpbmOVZxsurC8OpkClzt9dR+/54WpMWcq6b6oyMatciaelRPnXsjRn
artifact: /.*\.nupkg/