deploy
仓库创建 2026年1月22日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由
一键化构建与部署流程,适合频繁推送更新的开发与运维人员。
▸ 风险提示
部署需 Power Platform 权限,可能直接修改生产环境应用。
这个 Skill 做什么
构建并将当前目录的 Power Apps 代码应用部署到 Power Platform。
把当前目录下的 Power Apps 应用构建并部署到 Power Platform,用于上线改动或重新发布应用。常在需要把本地代码推送到平台、部署更新或重新部署现有应用时调用。流程会检查并读取项目的 Memory Bank(如存在),按顺序完成构建、部署并更新记忆,保证部署记录一致。
▸ 展开 SKILL.md 英文原文
Builds and deploys a Power Apps code app to Power Platform. Use when deploying changes, redeploying an existing app, or pushing updates.
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/deploy/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/deploy/SKILL.md"SKILL.MD 节选查看完整文件 ↗
**📋 Shared Instructions: [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md)** - Cross-cutting concerns.
# Deploy
Builds and deploys the app in the current directory to Power Platform.
## Workflow
1. Check Memory Bank → 2. Build → 3. Deploy → 4. Update Memory Bank
---
### Step 1: Check Memory Bank
Check for `memory-bank.md` in the project root. If found, read it for the project name and environment. If not found, proceed — the project may have been created without the plugin.
### Step 2: Build
```bash
npm run build
```
If the build fails:
- **TS6133 (unused import)**: Remove the unused import and retry.
- **Other TypeScript errors**: Report the error with the fvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有