-
Notifications
You must be signed in to change notification settings - Fork 16
vsix command deploy new typescript release
PhuocLe edited this page Jun 20, 2026
·
2 revisions
Deploy New TypeScript (Release) builds the selected deployable TypeScript file in Release mode, creates a new Dataverse web resource from the generated JavaScript, adds it to a solution, publishes it, and saves the mapping.
| Field | Value |
|---|---|
| Command class | CommandNewTypeScriptRelease |
| Command id | CommandDeployNewTypeScriptRelease |
| Menu text | Deploy New TypeScript (Release) |
The command is visible only for deployable .ts files. Generated helper files such as .form.ts and .webapi.ts are excluded.
- Saves the current document.
- Opens or reuses a Dataverse connection.
- Loads Dataverse solutions.
- Builds the selected TypeScript file in Release mode.
- Opens the New WebResource dialog.
- Creates the new Dataverse web resource from the Release output.
- Adds it to the selected solution.
- Publishes the web resource.
- Saves the mapping to
DynamicsCrm.DevKit.Config.json.
Use Deploy New WebResource for Debug TypeScript deployment. Use this command when creating a new Dataverse web resource from minified Release output.