-
Notifications
You must be signed in to change notification settings - Fork 16
vsix command deploy typescript release
PhuocLe edited this page Jun 20, 2026
·
2 revisions
Deploy TypeScript (Release) builds the selected deployable TypeScript file in Release mode, deploys the generated JavaScript to an existing Dataverse web resource, then publishes it.
| Field | Value |
|---|---|
| Command class | CommandTypeScriptRelease |
| Command id | CommandDeployTypeScriptRelease |
| Menu text | Deploy 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.
- Builds the selected TypeScript file in Release mode.
- Uses the generated deploy file, normally JavaScript output.
- Looks up the existing local-to-Dataverse web resource mapping.
- If no mapping exists, opens the Mapping WebResource dialog.
- Uploads the Release output to the selected Dataverse web resource.
- Publishes the web resource.
Use Deploy WebResource for Debug TypeScript deployment. Use this command when the file should be minified and deployed as Release output.