8000 Automate NuGet deployment on merge · coding2233/libgit2sharp4unity3d@2d9607c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d9607c

Browse files
committed
Automate NuGet deployment on merge
1 parent 58056dc commit 2d9607c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,13 @@ after_test:
183183
cat .\curl-out.txt
184184
}
185185
186+
deploy:
187+
- provider: NuGet
188+
api_key:
189+
secure: A/hHqzkaA9isGv9CS3x+rLbz3OI+BRevvYEQRY4J5J3kwLKM5WPhVpBPzrQQH4tc
190+
skip_symbols: true
191+
artifact: /.*\.nupkg/
192+
186193
notifications:
187194
- provider: Email
188195
to:

0 commit comments

Comments
 (0)
0