Skip to content

Commit

Permalink
Stop automatically publishing to NuGet.
Browse files Browse the repository at this point in the history
We will want to code-sign the DLLs first before publishing the NuGet package.
  • Loading branch information
bgrainger committed Jan 20, 2024
1 parent a7d85de commit 2c58800
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,3 @@ notifications:
secure: SRJ5fYQE4tvelyqeX3Lkv0gXta3O2pl4/+wNaqmqmcFkmYBe+U31T5YCGhipBOVhHBIZLevihOJZ78sFVJrmAFV5bHgtX/VPIKEXN+7ytis=
artifacts:
- path: artifacts\package\release\*.nupkg
deploy:
- provider: NuGet
api_key:
secure: SCNhz02UXcSKv6UVgAlhbzGb0u7PAQF4w1kx+cCGw1tm95QNhy2yiKLsLjjQ0j7l
artifact: /.*MySqlConnector[0-9.]+(-(alpha|beta|rc)\.?[0-9.]+)?nupkg/
skip_symbols: true
on:
appveyor_repo_tag: true

0 comments on commit 2c58800

Please sign in to comment.