pnp / vscode-viva

With the SharePoint Framework Toolkit extension, you can create and manage your SharePoint Framework solutions on your tenant. All actions you need to perform during the development flow are at your fingertips.
https://marketplace.visualstudio.com/items?itemName=m365pnp.viva-connections-toolkit
MIT License
34 stars 15 forks source link

💡 [Feature]: Add support to generate a CI/CD pipeline for your solution #44

Closed Adam-it closed 10 months ago

Adam-it commented 1 year ago

🎯 Aim of the feature

The aim of this issue would be to add an action that will allow the extension to generate a CI/CD pipeline to build and deploy the solution to an app catalog.

To do that we could use CLI for M365 GH actions 🤩 https://pnp.github.io/cli-microsoft365/user-guide/github-actions/

Adam-it commented 11 months ago

CLI command will be added together with the PR: https://github.com/pnp/cli-microsoft365/pull/5397 After that, we may start implementing the feature