Commit 7622384
rebundle actions for renamed @microsoft/managed-apps-cli package
The MAAF CLI was republished on public npm under a new name:
@microsoft/apps-cli → @microsoft/managed-apps-cli
Source files (install-ms-cli/action.yml, src/actions/install-ms-cli/index.ts)
were already updated to reference the new package name, but the dist
bundles still embedded the old name and are out of sync.
Also picks up the ms-app-deploy repoType branching: reads `repoType` from
ms.config.json and skips `--commit` when repoType is 'none' (escape-hatch
apps that pack and upload an artifact, with no git binding on the server).
No behavior change beyond the package-name rename and the existing
repoType-aware deploy logic that was already in the source.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3191cf8 commit 7622384
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19832 | 19832 | | |
19833 | 19833 | | |
19834 | 19834 | | |
19835 | | - | |
| 19835 | + | |
19836 | 19836 | | |
19837 | 19837 | | |
19838 | 19838 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19835 | 19835 | | |
19836 | 19836 | | |
19837 | 19837 | | |
19838 | | - | |
| 19838 | + | |
19839 | 19839 | | |
19840 | 19840 | | |
19841 | 19841 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19835 | 19835 | | |
19836 | 19836 | | |
19837 | 19837 | | |
19838 | | - | |
| 19838 | + | |
19839 | 19839 | | |
19840 | 19840 | | |
19841 | 19841 | | |
| |||
0 commit comments