Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Adding nightly build instructions (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
munozemilio authored Mar 3, 2020
1 parent a0e3fa7 commit a00474e
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,27 @@ Privacy is very important to us. BF CLI contains optional instrumentation that i
To disable data collection see the __*bf config*__ command.


Please refer to [Microsoft Privacy Statement](https://privacy.microsoft.com/en-US/privacystatement) for more details.
Please refer to [Microsoft Privacy Statement](https://privacy.microsoft.com/en-US/privacystatement) for more details.

## Nightly builds

Nightly builds are generated using the latest code. Therefore, they may not be stable, and most likely lack up to date documentation. These builds are better suited for more experienced users, although everyone is welcome to use them and provide feedback.

You can get the latest nightly build of bot framework cli from the [BotBuilder MyGet](https://botbuilder.myget.org/gallery) feed. To install the nightly -

```shell
npm config set registry https://botbuilder.myget.org/F/botframework-cli/npm/
```

Install using npm:
```shell
npm i -g @microsoft/botframework-cli
```

To reset registry:
```shell
npm config set registry https://registry.npmjs.org/
```

## Contributing

Expand Down

0 comments on commit a00474e

Please sign in to comment.