fsprojects / FSharp.Azure.Storage

F# API for using Microsoft Azure Table Storage service
MIT License
75 stars 16 forks source link

AppVeyor builds #19

Closed daniel-chambers closed 8 years ago

daniel-chambers commented 8 years ago

This PR adds AppVeyor support and extends the initial work done in #18.

AppVeyor runs build.cmd the same as a developer would. Integration tests are run against a remote storage account in my Azure subscription. The connection string is encrypted and therefore PR builds are turned off so that the connection string is not exposed to the public (see comments here for more info).

I've also bumped the version to 2.2 so we can start adding new features to a legit place in the release notes.