fsprojects / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

WIP: Trying to update the build script #60

Closed forki closed 8 years ago

forki commented 8 years ago
isaacabraham commented 8 years ago

Just trying to merge this PR. Testing locally, the FAKE script doesn't seem to work - needs complains about missing Octokit, and also missing functions createClient and Draft.

forki commented 8 years ago

Well, that's shit.

Maybe just look into last bits of paket build script. Shouldn't be too hard to figure it out. On Oct 28, 2015 3:56 PM, "Isaac Abraham" notifications@github.com wrote:

Just trying to merge this PR. Testing locally, the FAKE script doesn't seem to work - needs complains about missing Octokit, and also missing functions createClient and Draft.

— Reply to this email directly or view it on GitHub https://github.com/fsprojects/AzureStorageTypeProvider/pull/60#issuecomment-151871855 .

isaacabraham commented 8 years ago

OK. I guess I don't need the Octokit stuff here - I'm not using octopus at all?

forki commented 8 years ago

Do you want to create github releases? On Oct 28, 2015 4:17 PM, "Isaac Abraham" notifications@github.com wrote:

OK. I guess I don't need the Octokit stuff here - I'm not using octopus at all?

— Reply to this email directly or view it on GitHub https://github.com/fsprojects/AzureStorageTypeProvider/pull/60#issuecomment-151878382 .

isaacabraham commented 8 years ago

Yes

isaacabraham commented 8 years ago

Can't that just be done through GitHub tagging directly though?

forki commented 8 years ago

No. Not if you want to add release notes and files. On Oct 28, 2015 4:25 PM, "Isaac Abraham" notifications@github.com wrote:

Can't that just be done through GitHub tagging directly though?

— Reply to this email directly or view it on GitHub https://github.com/fsprojects/AzureStorageTypeProvider/pull/60#issuecomment-151880814 .

isaacabraham commented 8 years ago

oh. ok - let me get this all working with basic github + nuget integration first - can add release notes as a separate task. Suddenly the unit tests are not even building now.

isaacabraham commented 8 years ago

Ah. Looks like you did a Paket update across all the dependencies... this brought down latest Unquote which had breaking changes.

forki commented 8 years ago

Sorry. On Oct 28, 2015 4:34 PM, "Isaac Abraham" notifications@github.com wrote:

Ah. Looks like you did a Paket update across all the dependencies... this brought down latest Unquote which had breaking changes.

— Reply to this email directly or view it on GitHub https://github.com/fsprojects/AzureStorageTypeProvider/pull/60#issuecomment-151884601 .

isaacabraham commented 8 years ago

no probs. fixed that. got some other issues now though - type providers are such a pain!