Skip to content

Commit 2c58800

Browse files
committed
Stop automatically publishing to NuGet.
We will want to code-sign the DLLs first before publishing the NuGet package.
1 parent a7d85de commit 2c58800

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

appveyor.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,3 @@ notifications:
3232
secure: SRJ5fYQE4tvelyqeX3Lkv0gXta3O2pl4/+wNaqmqmcFkmYBe+U31T5YCGhipBOVhHBIZLevihOJZ78sFVJrmAFV5bHgtX/VPIKEXN+7ytis=
3333
artifacts:
3434
- path: artifacts\package\release\*.nupkg
35-
deploy:
36-
- provider: NuGet
37-
api_key:
38-
secure: SCNhz02UXcSKv6UVgAlhbzGb0u7PAQF4w1kx+cCGw1tm95QNhy2yiKLsLjjQ0j7l
39-
artifact: /.*MySqlConnector[0-9.]+(-(alpha|beta|rc)\.?[0-9.]+)?nupkg/
40-
skip_symbols: true
41-
on:
42-
appveyor_repo_tag: true

0 commit comments

Comments
 (0)