Configure AppVeyor for publishing to NuGet.
This commit is contained in:
@@ -19,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||||||
LICENSE.txt = LICENSE.txt
|
LICENSE.txt = LICENSE.txt
|
||||||
README.md = README.md
|
README.md = README.md
|
||||||
System.Unicode.snk = System.Unicode.snk
|
System.Unicode.snk = System.Unicode.snk
|
||||||
|
UnicodeInformation\UnicodeInformation.nuspec = UnicodeInformation\UnicodeInformation.nuspec
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{311FC325-8547-4806-8617-956F1356A92C}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{311FC325-8547-4806-8617-956F1356A92C}"
|
||||||
|
|||||||
+8
-1
@@ -13,4 +13,11 @@ build:
|
|||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: UnicodeCharacterInspector\bin\Release
|
- path: UnicodeCharacterInspector\bin\Release
|
||||||
name: UnicodeCharacterInspector
|
name: UnicodeCharacterInspector
|
||||||
|
deploy:
|
||||||
|
- provider: NuGet
|
||||||
|
api_key:
|
||||||
|
secure: S1uTeXbjD8eLun90hsjHjyf2TpjxOWS9YW7Z2Xu7Cg/sV5ogRm7OAr9P7E5lhueE
|
||||||
|
skip_symbols: true
|
||||||
|
on:
|
||||||
|
branch: master
|
||||||
Reference in New Issue
Block a user