pxt-core
Version:
Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors
21 lines (13 loc) • 418 B
Markdown
# Extension Release Tests
These release tests apply to an editor that supports GitHub extensions.
## All approved extensions compile
* Open a command prompt with Git and pxt CLI installed
* Run the following command:
```
pxt testghpkgs
```
## Prerequisites
* Login with your PXT token from https://makecode.com/oauth/get-token by setting the following environment variable:
```
set PXT_ACCESS_TOKEN=<token>
```