简体   繁体   中英

How to side load the customised app in MS teams through CLI

How to side load the customised app in MS teams through TeamsFx CommandLine?

I saw this answer How to automate the sideloading of an app to to MS Teams? Could you please let me know how you are automating this upload part and checking the deployed app?

And also can we use distribution_method organization if we want to test the custom app locally?

Thanks for the help

You can use teamsfx publish , but first you need to run teamsfx provision .

You can also use Teams Toolkit for Visual Studio or Visual Studio Code if you prefer to have a UI for this workflow. The extensions use the TeamsFx CLI.

If you want to setup CI/CD, take a look at this guide: https://github.com/OfficeDev/TeamsFx/wiki/How-to-automate-cicd-pipelines

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM