简而言之,采取行动
Visual Studio 2022 > Publish > Deployment type > CI/CD using GitHub Actions workflows (generates yml file)
抛出错误
Visual Studio 22 was unable to set secret '(Azure App Service name)_FFFF' because you may not have collaborator access to the repository '_git/(name)'
更详细的步骤
- 安装 Visual Studio 2022
- 登陆使用
- 脚手架工程
- 使脚手架代码适应需求
- 发布
发布步骤
- 右键发布
- 添加发布配置文件
- 目标 > 天蓝色
- Azure 应用服务 (Windows)
- 设置订阅名称VS专业,查看正确的资源组,能够选择正确的应用服务实例
- 选择部署为 .zip 包为 true
- 使用 GitHub Actions 工作流选择 CI/CD(生成 yml 文件)