15 lines
520 B
JSON
15 lines
520 B
JSON
{
|
|
"profiles": {
|
|
// Launch project within Teams
|
|
"Microsoft Teams (browser)": {
|
|
"commandName": "Project",
|
|
"launchUrl": "https://teams.microsoft.com/l/app/${{TEAMS_APP_ID}}?installAppPackage=true&webjoin=true&appTenantId=${{TEAMS_APP_TENANT_ID}}&login_hint=${{TEAMSFX_M365_USER_NAME}}",
|
|
},
|
|
// Launch project within Teams App Test Tool
|
|
"Teams App Test Tool (browser)": {
|
|
"commandName": "Project",
|
|
"launchTestTool": true,
|
|
"launchUrl": "http://localhost:56150",
|
|
},
|
|
}
|
|
} |