Skip to content

Continuous Integration

Richard Schneider edited this page Oct 16, 2015 · 14 revisions

We use AppVeyor for continuous integration. Whenever a commit is made to the Github repo the CI is kicked off. Each build produces two artifacts the nuget package and the assembly (DLL).

The status of the latest build is found on the project readme. Clicking on the link will bring up the AppVeyor project lastest build details.

NuGet

A NuGet feed for all builds is at https://ci.appveyor.com/nuget/net-ipfs-core-wursx0qon9ff. These builds are beta and are considered prerelease by Nuget.

nuget list -source https://ci.appveyor.com/nuget/net-ipfs-core-wursx0qon9ff 
           -prerelease -allversions
Clone this wiki locally