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 3ad263f commit a6ecc0cCopy full SHA for a6ecc0c
appveyor.yml
@@ -13,11 +13,12 @@ notifications:
13
- provider: Slack
14
incoming_webhook:
15
secure: SRJ5fYQE4tvelyqeX3Lkv0gXta3O2pl4/+wNaqmqmcFkmYBe+U31T5YCGhipBOVhHBIZLevihOJZ78sFVJrmAFV5bHgtX/VPIKEXN+7ytis=
16
+artifacts:
17
+- path: src\MySqlConnector\bin\Release\MySqlConnector.*.nupkg
18
deploy:
- - provider: NuGet
- api_key:
19
- secure: fLUem5pVBjrrXi52uwp796QP2j5enZsTv36p4dGtW1OOSxWcQYFdb2Z4IZaaHPQZ
20
- artifact: src\MySqlConnector\bin\Release\*.nupkg
21
- skip_symbols: true
22
- on:
23
- appveyor_repo_tag: true
+- provider: NuGet
+ api_key:
+ secure: fLUem5pVBjrrXi52uwp796QP2j5enZsTv36p4dGtW1OOSxWcQYFdb2Z4IZaaHPQZ
+ skip_symbols: true
+ on:
24
+ appveyor_repo_tag: true
0 commit comments