Ignite.NET nightly builds are on MyGet feed:

Make sure to enable "Include prerelease" option or use "-Pre" switch.

Feed URL to add in Visual Studio: https://www.myget.org/F/apache-ignite-nightly

Package Manager Console command: 

Install-Package Apache.Ignite -Pre -Source https://www.myget.org/F/apache-ignite-nightly

Nightly builds are not official Apache Ignite releases, have not been tested, and come with no guarantees.

  • No labels