From 19852d5eee873afc671ee9ce557a619557249e40 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Mon, 20 Mar 2023 11:03:33 +0000 Subject: [PATCH] Add details for CI feed to install doc (#7391) --- docs/install.asciidoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/install.asciidoc b/docs/install.asciidoc index 58333c31dd4..dfb22ee5db7 100644 --- a/docs/install.asciidoc +++ b/docs/install.asciidoc @@ -62,3 +62,16 @@ guarantees made. Refer to the https://www.elastic.co/support/eol[end-of-life policy] for more information. + +[discrete] +[[ci-feed]] +=== CI feed + +We publish CI builds of our client packages, including the latest +unreleased features. If you want to experiment with the latest bits, you +can add the CI feed to your list of NuGet package sources. + +Feed URL: https://f.feedz.io/elastic/all/nuget/index.json + +We do not recommend using CI builds for production applications as they are not +formally supported until they are released. \ No newline at end of file