Skip to content

Commit

Permalink
Fix Appveyor package regex; add 'rc'.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Jun 26, 2019
1 parent 26ae316 commit 32e3695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ deploy:
- provider: NuGet
api_key:
secure: "jXzwnknTcQgGqjAxBzMLstPMaXy9rl3HowFns/QKaUqbUMUqXKpNLiNZKqv6tfnS"
artifact: /.*MySqlConnector[0-9.]+(-(alpha|beta)\.?[0-9]+)?nupkg/
artifact: /.*MySqlConnector[0-9.]+(-(alpha|beta|rc)\.?[0-9.]+)?nupkg/
skip_symbols: true
on:
appveyor_repo_tag: true

0 comments on commit 32e3695

Please sign in to comment.