diff --git a/UnicodeInformation.sln b/UnicodeInformation.sln index f04759b..e89bdee 100644 --- a/UnicodeInformation.sln +++ b/UnicodeInformation.sln @@ -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}" diff --git a/appveyor.yml b/appveyor.yml index 7793b85..02d0f87 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,4 +13,11 @@ build: verbosity: minimal artifacts: - path: UnicodeCharacterInspector\bin\Release - name: UnicodeCharacterInspector \ No newline at end of file + name: UnicodeCharacterInspector +deploy: +- provider: NuGet + api_key: + secure: S1uTeXbjD8eLun90hsjHjyf2TpjxOWS9YW7Z2Xu7Cg/sV5ogRm7OAr9P7E5lhueE + skip_symbols: true + on: + branch: master \ No newline at end of file