We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b17330 commit 2a7fa7aCopy full SHA for 2a7fa7a
appveyor.yml
@@ -13,3 +13,11 @@ notifications:
13
- provider: Slack
14
incoming_webhook:
15
secure: SRJ5fYQE4tvelyqeX3Lkv0gXta3O2pl4/+wNaqmqmcFkmYBe+U31T5YCGhipBOVhHBIZLevihOJZ78sFVJrmAFV5bHgtX/VPIKEXN+7ytis=
16
+deploy:
17
+ - provider: NuGet
18
+ api_key:
19
+ secure: fLUem5pVBjrrXi52uwp796QP2j5enZsTv36p4dGtW1OOSxWcQYFdb2Z4IZaaHPQZ
20
+ artifact: src\MySqlConnector\bin\Release\*.nupkg
21
+ skip_symbols: true
22
+ on:
23
+ appveyor_repo_tag: true
0 commit comments