Skip to content

Conversation

@IntelOrca
Copy link

@IntelOrca IntelOrca commented May 21, 2016

Adds an AppVeyor configuration file to build and package MySql.Data. All you need to do is create an AppVeyor account (or use your existing one) and add a project for this repo. You also probably need to add AppVeyor as an integration if its not automatic.

If you want it to automatically deploy to NuGet, you can add the following to the config.

deploy:
  provider: NuGet
  api_key:
    secure: aE6G5fDE3fFgMOis/rnef8IdMj16aR57tn7wxh3XenV0rEOI4YqJdNQV9lKV+s07
  artifact: /.*\.nupkg/
  on:
    branch: master
    appveyor_repo_tag: true

where secure is your NuGet key encrypted using your AppVeyor account and branch being your deploy branch rather than develop branch.

@SapientGuardian SapientGuardian merged commit cfe80ee into SapientGuardian:6.9_netstandard_1.5 May 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants