SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Publishes a compiled AL app to a provisioned BCInsider sandbox using prerelease ALTool.
Publishes one compiled AL app to the provisioned BCInsider sandbox through the public prerelease ALTool.
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
1. Invoke `verify-prerelease-altool`.
2. Compile project inputs with `compile-al-app`; use the emitted `.app` path.
3. Publish non-interactively:
```powershell
& $env:ALTOOL_PATH publishapp $appPath `
--project $projectPath `
--server $env:BC_SERVER_URL `
--serverinstance $env:BC_SERVER_INSTANCE `
--port $env:BC_SERVER_PORT `
--tenant $env:BC_TENANT `
--authentication $env:BC_AUTHENTICATION `
--environmenttype OnPrem `
--schemaupdatemode Synchronize
```
4. Use `--forceupgrade`, `ForceSync`, or `Recreate` only when required by the reported scenario.
5. Preserve output and exit code. Do not call `/dev/apps` directly.Files included alongside SKILL.md in the publisher’s repository.