skilly. Buy ad slot
All skills
Devops / AGENT SKILL

publish-al-app

microsoft/AL
0 installs 881 GitHub stars
0

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.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

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.

The full skill.

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.

Skill folder

Files included alongside SKILL.md in the publisher’s repository.