Version
Google Translate

Nightly Builds

All framework & module packages (both open-source and pro packages) are deployed to MyGet every night on weekdays. So, you can install the latest dev-branch builds to try out functionality prior to release.

Install & Uninstall Nightly Preview Packages

The latest version of nightly preview packages can be installed by running the below command in the root folder of a solution:

vcp switch-to-nightly

switch-to-nightly command doesn't create a project with nightly preview packages. Instead, it switches package versions of an existing solution with the nightly preview packages. You can create a new solution with the latest version, then switch to nightly packages if you want.

After the switch-to-nightly command, a new NuGet feed will be added to the NuGet.Config file of your project. Then, you can get the latest code of VCP without waiting for the next release.

VCP nightly NuGet feed is https://www.myget.org/F/vcp-nightly/api/v3/index.json.

Also, the switch-to-nightly command creates .npmrc files containing two NPM registries in the directory where the package.json files are located in your solution.

You can check the VCP Nightly Gallery (for the open source NPM & NuGet packages) and VCP Pro Nightly Gallery (for the pro NPM packages) to see the all nightly preview packages.

If you're using the VCP nightly preview packages, you can switch back to the stable version by using the following command:

vcp switch-to-stable

See Also

VCP CLI documentation

In this document