Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Harikrishnan-MSFT committed May 10, 2024
1 parent f815b67 commit dd10e61
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
30 changes: 0 additions & 30 deletions samples/tab-conversations/csharp/TabConversation.slnLaunch.user
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,5 @@
"DebugTarget": "Microsoft Teams (browser)"
}
]
},
{
"Name": "Microsoft 365 app (browser)",
"Projects": [
{
"Path": "TabConversation\\TabConversation.csproj",
"Action": "Start",
"DebugTarget": "Start Project"
},
{
"Path": "TeamsApp\\TeamsApp.ttkproj",
"Action": "StartWithoutDebugging",
"DebugTarget": "Microsoft 365 app (browser)"
}
]
},
{
"Name": "Outlook (browser)",
"Projects": [
{
"Path": "TabConversation\\TabConversation.csproj",
"Action": "Start",
"DebugTarget": "Start Project"
},
{
"Path": "TeamsApp\\TeamsApp.ttkproj",
"Action": "StartWithoutDebugging",
"DebugTarget": "Outlook (browser)"
}
]
}
]
8 changes: 0 additions & 8 deletions samples/tab-conversations/csharp/TeamsApp/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
"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}}"
},
"Microsoft 365 app (browser)": {
"commandName": "Project",
"launchUrl": "https://www.office.com/m365apps/${{M365_APP_ID}}?auth=2&login_hint=${{TEAMSFX_M365_USER_NAME}}"
},
"Outlook (browser)": {
"commandName": "Project",
"launchUrl": "https://outlook.office.com/host/${{M365_APP_ID}}?login_hint=${{TEAMSFX_M365_USER_NAME}}"
}
}
}
12 changes: 1 addition & 11 deletions samples/tab-conversations/csharp/TeamsApp/teamsapp.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,4 @@ provision:
- uses: teamsApp/update
with:
# Relative path to this file. This is the path for built zip file.
appPackagePath: ./appPackage/build/appPackage.${{TEAMSFX_ENV}}.zip
# Extend your Teams app to Outlook and the Microsoft 365 app
- uses: teamsApp/extendToM365
with:
# Relative path to the build app package.
appPackagePath: ./appPackage/build/appPackage.${{TEAMSFX_ENV}}.zip
# Write the information of created resources into environment file for
# the specified environment variable(s).
writeToEnvironmentFile:
titleId: M365_TITLE_ID
appId: M365_APP_ID
appPackagePath: ./appPackage/build/appPackage.${{TEAMSFX_ENV}}.zip

0 comments on commit dd10e61

Please sign in to comment.