Skip to content

Continuous Integration

Richard Schneider edited this page Oct 17, 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 an artifact the Ipfs.Core package containing:

  • Ipfs.Core.dll - the assembly
  • Ipfs.Core.pdb - debugging info
  • Ipfs.Core.xml - programmer level documentation on the assembly

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 feeds

A NuGet feed for all IPFS.Core 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

When a CI is also a release it also published to the NuGet Gallery.

Clone this wiki locally