Azure DevOps一日實戰
- 讓DevOps釋放團隊能量
- 敏捷開發者的一天
- 你的預備動作
- 進入Azure DevOps的世界
- 建立第一個Azure DevOps專案
- 建立自動化CI Build
- 從版控開始
- 實現自動部署
- Lab:第一個專案
看板(Kanban)與Azure Board
持續整合的基礎-版控
- 一切都是為了頻繁交付
- 認識Azure Repos
- 從Visual Studio連上Azure Repo
- 從VS Code連上Azure Repo
- 從命令列Clone與使用Azure Repo
- Lab : 從Local推送到Repo
- 從tasks連結到branch
- 團隊合作分支策略
- PR與Code Review
- Lab : GitHub Flow與PR
Azure CI Pipeline
- 在CI中發布到雲端站台
- CI中的程式碼靜態掃描
- 建立Self-Hosted Agent
- CI中的套件掃描
- 使用AI(GPT)對PR進行code reivew
- 在Pipeline中發送LINE訊息
- 容器化程式的CI/CD