Purify-net / PUrify

PUrify
Apache License 2.0
11 stars 6 forks source link

MyGet #8

Closed glennblock closed 10 years ago

jfojtl commented 10 years ago

What do you mean by MyGet? Want to publish there?

glennblock commented 10 years ago

Yeah, I need to setup publishing to MyGet and Nuget. The project will be a portable library, but will also work in .NET 4.0 and 3.5.

xavierdecoster commented 10 years ago

Simply apply for the MyGet OSS plan if you haven't done so yet, and add this GitHub repository as a build source on a feed you create.

To set up CI: I gave it a try on my feed, works as-is, no changes needed: MyGet Build Services builds the sln, runs the tests and creates two packages (the purify pkg and the sample pkg). To configure the build hook, see http://docs.myget.org/docs/how-to/auto-trigger-a-myget-build-using-an-http-post-hook-url.

More info on Build Services can be found in our docs at http://docs.myget.org/docs/reference/build-services (including versioning, assembly info patching, source labeling etc).

I can also create the feed for you and transfer it to your MyGet account if you want. I'll need your MyGet username for that :)

glennblock commented 10 years ago

Hi Xavier

Thanks! Maarten sent me a PR and instructions as well. I will be getting it setup in the next say or so!

On Monday, December 30, 2013, Xavier Decoster wrote:

Simply apply for the MyGet OSS plan if you haven't done so yet, and add this GitHub repository as a build source on a feed you create.

To set up CI: I gave it a try on my feed, works as-is, no changes needed: MyGet Build Services builds the sln, runs the tests and creates two packages (the purify pkg and the sample pkg). To configure the build hook, see http://docs.myget.org/docs/how-to/auto-trigger-a-myget-build-using-an-http-post-hook-url .

More info on Build Services can be found in our docs at http://docs.myget.org/docs/reference/build-services (including versioning, assembly info patching, source labeling etc).

I can also create the feed for you and transfer it to your MyGet account if you want. I'll need your MyGet username for that :)

— Reply to this email directly or view it on GitHubhttps://github.com/glennblock/PUrify/issues/8#issuecomment-31355574 .

glennblock commented 10 years ago

OK I this is setup now: https://www.myget.org/F/purify/

Thanks all!