From bd7b5a2f295ea9044cb8ed7bec94ed35051b1c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atakan=20=C3=96zceviz?= Date: Mon, 8 Apr 2019 11:01:25 +0200 Subject: [PATCH] Add Abp Nightly Builds document --- docs/en/Abp-Nightly-Builds.md | 19 +++++++++++++++++++ docs/en/docs-nav.json | 4 ++++ 2 files changed, 23 insertions(+) create mode 100644 docs/en/Abp-Nightly-Builds.md diff --git a/docs/en/Abp-Nightly-Builds.md b/docs/en/Abp-Nightly-Builds.md new file mode 100644 index 0000000000..adc564b208 --- /dev/null +++ b/docs/en/Abp-Nightly-Builds.md @@ -0,0 +1,19 @@ +## Abp Nightly Builds + +This document will show you how to use the Abp Framework Nightly feed. + +There are two URLs, one if you are using NuGet 2 (Visual Studio 2012+) or another URL for NuGet 3 (Visual Studio 2015+). + +- NuGet v3 Feed URL: +- NuGet v2 Feed URL: + +Go to: `Tools > Options > NuGet Package Manager > Package Source` + +Once you reached that window: + +1. Click the green `+` icon +2. In the bottom, name the feed (instead of `Package source`) and paste in the URL (instead of `http://packagesource`) +3. Click the `Update` button +4. Click `OK` + +Then open the **Package Manager Console** and from `Package source` drop**-**down menu, select the new package source you added. If you choose the “abp-nightly” feed and check the `Include prerelease` checkbox. diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 905821c73a..249bd56d85 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -276,6 +276,10 @@ { "text": "Testing" }, + { + "text": "Nightly Builds", + "path": "Abp-Nightly-Builds.md" + }, { "text": "Contribution Guide", "path": "Contribution/Index.md"