How I can access a current Teams Apps that has been added to our Office 365 tenant, to apply some ch
I am working on a client tenant, and they have installed this Teams Apps inside their tenant:-
https://github.com/OfficeDev/microsoft-teams-emergency-operations-center
now when i open my Teams i can see this tab been added automatically:-
And it is added inside the Apps list:-
Now they asked to do some changes, so i clone the code from GitHub >> modify the code using visual studio.. now i want to reupload the updated Teams app to the tenant .. but when i went to the SharePoint app catalog , i only found this app:-
so my first question is where i need to upload the apps? and can i run those commands to generate .sppkg file:-gulp clean gulp build gulp bundle –ship gulp package-solution –ship
Second question, inside the deployment steps for the Teams app @ https://github.com/OfficeDev/microsoft-teams-emergency-operations-center/wiki/Deployment-Guide#7-create-the-teams-app-packages they mentioned to define the <<appDomain>> & <<clientId>> .. So this means i need to get those from the current Teams apps that is already installed? i do not have to generate new ones? am I correct? If this is the case, then is there a way to get those from any where inside our tenant ? i am global office365 admin.
Thanks in advance for any help.
I am working on a client tenant, and they have installed this Teams Apps inside their tenant:-https://github.com/OfficeDev/microsoft-teams-emergency-operations-centernow when i open my Teams i can see this tab been added automatically:- And it is added inside the Apps list:- Now they asked to do some changes, so i clone the code from GitHub >> modify the code using visual studio.. now i want to reupload the updated Teams app to the tenant .. but when i went to the SharePoint app catalog , i only found this app:- so my first question is where i need to upload the apps? and can i run those commands to generate .sppkg file:-gulp clean gulp build gulp bundle –ship gulp package-solution –ship Second question, inside the deployment steps for the Teams app @ https://github.com/OfficeDev/microsoft-teams-emergency-operations-center/wiki/Deployment-Guide#7-create-the-teams-app-packages they mentioned to define the <<appDomain>> & <<clientId>> .. So this means i need to get those from the current Teams apps that is already installed? i do not have to generate new ones? am I correct? If this is the case, then is there a way to get those from any where inside our tenant ? i am global office365 admin.Thanks in advance for any help. Read More