Configure AppVeyor for publishing to NuGet.

This commit is contained in:
GoldenCrystal
2014-12-14 11:45:28 +01:00
parent 0012ef2434
commit 63fd694c26
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
LICENSE.txt = LICENSE.txt
README.md = README.md
System.Unicode.snk = System.Unicode.snk
UnicodeInformation\UnicodeInformation.nuspec = UnicodeInformation\UnicodeInformation.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{311FC325-8547-4806-8617-956F1356A92C}"
+7
View File
@@ -14,3 +14,10 @@ build:
artifacts:
- path: UnicodeCharacterInspector\bin\Release
name: UnicodeCharacterInspector
deploy:
- provider: NuGet
api_key:
secure: S1uTeXbjD8eLun90hsjHjyf2TpjxOWS9YW7Z2Xu7Cg/sV5ogRm7OAr9P7E5lhueE
skip_symbols: true
on:
branch: master