Update Nightly-Builds.md

pull/13190/head
Engincan VESKE 3 years ago
parent fba528c74c
commit c3319c221e

@ -1,15 +1,21 @@
# Nightly Builds
All framework & module packages are deployed to MyGet every night in weekdays. So, you can use or test the latest code without waiting the next release.
All framework & module packages are deployed to MyGet every night in weekdays. So, you can use or test the latest code without waiting for the next release.
## Install & Uninstall Nightly Preview Packages
The latest version of nightly preview packages can be installed by the running below command in the root folder of application:
> This command doesn't create a project with nightly preview packages. Instead, it switches package versions of a project with the nightly preview packages.
The latest version of nightly preview packages can be installed by the running below command in the root folder of the application:
```bash
abp switch-to-nightly
```
After this command, a new NuGet feed will be added to the `NuGet.Config` file of your project. Then, you can get the latest code of ABP Framework without waiting for the next release.
> You can check the [abp-nightly gallery](https://www.myget.org/gallery/abp-nightly) to see the all nightly preview packages.
If you're using the ABP Framework nightly preview packages, you can switch back to stable version using this command:
```bash

Loading…
Cancel
Save