Purify-net / PUrify

PUrify
Apache License 2.0
11 stars 6 forks source link

custom MyGet build instructions #16

Closed xavierdecoster closed 10 years ago

xavierdecoster commented 10 years ago

This MyGet.bat contains custom build instructions and will execute the following flow:

  1. restore NuGet packages for the test project
  2. build the test project (and the referenced PUrify.csproj, this avoids building it twice in subsequent msbuild calls)
  3. run unit tests
  4. create the PUrify.nupkg and PUrify.symbols.nupkg
  5. host the package on your MyGet feed
  6. if the build source is configured to push the symbols package to symbolsource, myget will do that for you as well

Happy 2014! :)

glennblock commented 10 years ago

I already created a feed. It is at the link I posted.

The batch file adds running the unit tests.

On Friday, January 3, 2014, Martijn Laarman wrote:

Hi @xavierdecoster https://github.com/xavierdecoster

Does pulling this bat file mean the nightly builds will show up on https://www.myget.org/gallery?

Is there something else we need to do to make this happen?

— Reply to this email directly or view it on GitHubhttps://github.com/glennblock/PUrify/pull/16#issuecomment-31529064 .

glennblock commented 10 years ago

Merged, thanks!

glennblock commented 10 years ago

Feed is here: https://www.myget.org/F/purify/

On Friday, January 3, 2014, Martijn Laarman wrote:

Hi @xavierdecoster https://github.com/xavierdecoster

Does pulling this bat file mean the nightly builds will show up on https://www.myget.org/gallery?

Is there something else we need to do to make this happen?

— Reply to this email directly or view it on GitHubhttps://github.com/glennblock/PUrify/pull/16#issuecomment-31529064 .