FSharp.Data.SqlClient
FSharp.Data.SqlClient copied to clipboard
Support SQL Azure test db deployment
As of now Fake build script supports test database deployment (AdventureWorks2012 + extras) only into on-prem SQL Server. Change it to support SQL Azure too. Most likely this involves going away from *.mdf file to script based deployment.
Perhaps consider DACPAC based deployment? This is pretty well supported in FAKE and works for both on-prem and Azure based deployments. Happy to help here.
@isaacabraham Currently I'm not involved in this project. Somebody else needs to take care of this issue.
@isaacabraham I'll be happy to review PR and publish if you can help. Unfortunately, Currently I have bandwidth for basic admin stuff only.
@dsevastianov same here. We're hoping to have some time over the next weeks to contribute some stuff back into OSS projects, and this is one issue we could help with.
That would be awesome, thanks a lot!