Skip to content

Commit

Permalink
Merge pull request #1386 from OfficeDev/revert-1366-dev
Browse files Browse the repository at this point in the history
fix: Revert "Update the Outlook + Teams sample to Office + Teams sample"
  • Loading branch information
jayzhang authored Dec 17, 2024
2 parents d98a3a5 + 47618fa commit 46ab700
Show file tree
Hide file tree
Showing 76 changed files with 139 additions and 551 deletions.
11 changes: 5 additions & 6 deletions .config/samples-config-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,18 +391,17 @@
"suggested": false
},
{
"id": "hello-world-teams-tab-and-office-add-in",
"shortId": "helloworld-office",
"id": "hello-world-teams-tab-and-outlook-add-in",
"shortId": "helloworld-outlook",
"onboardDate": "2023-03-02",
"title": "Hello World Teams Tab and Office add-in",
"shortDescription": "A hello world project that contains both Teams Tab and Office add-in capability",
"fullDescription": "Microsoft Teams supports the ability to run web-based UI inside \"custom tabs\" that users can install either for just themselves (personal tabs) or within a team or group chat context. Office add-ins are integrations built by third parties into Office by using our web-based platform. Now you have the ability to create a single unit of distribution for all your Microsoft 365 extensions by using the same manifest format and schema, based on the current JSON-formatted Teams manifest.",
"title": "Hello World Teams Tab and Outlook add-in",
"shortDescription": "A hello world project that contains both Teams Tab and Outlook add-in capability",
"fullDescription": "Microsoft Teams supports the ability to run web-based UI inside \"custom tabs\" that users can install either for just themselves (personal tabs) or within a team or group chat context. Outlook add-ins are integrations built by third parties into Outlook by using our web-based platform. Now you have the ability to create a single unit of distribution for all your Microsoft 365 extensions by using the same manifest format and schema, based on the current JSON-formatted Teams manifest.",
"types": [
"Tab"
],
"tags": [
"Tab",
"Office Add-in",
"Outlook Add-in"
],
"time": "5min to run",
Expand Down
69 changes: 0 additions & 69 deletions hello-world-teams-tab-and-office-add-in/add-in/package.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# TeamsFx files
env/.env.*.user
env/.env.local

.DS_Store
.localConfigs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,44 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug in Word Desktop (Edge Chromium)",
"type": "msedge",
"request": "attach",
"port": 9229,
"timeout": 600000,
"webRoot": "${workspaceRoot}/add-in/",
"preLaunchTask": "Start Word Add-in Locally",
"postDebugTask": "Stop Debug"
},
{
"name": "Debug in Excel Desktop (Edge Chromium)",
"type": "msedge",
"request": "attach",
"port": 9229,
"timeout": 600000,
"webRoot": "${workspaceRoot}/add-in/",
"preLaunchTask": "Start Excel Add-in Locally",
"postDebugTask": "Stop Debug"
},
{
"name": "Debug in PowerPoint Desktop (Edge Chromium)",
"type": "msedge",
"request": "attach",
"port": 9229,
"timeout": 600000,
"webRoot": "${workspaceRoot}/add-in/",
"preLaunchTask": "Start PowerPoint Add-in Locally",
"postDebugTask": "Stop Debug"
},
{
"name": "Debug in Outlook Desktop (Edge Chromium)",
"type": "msedge",
"request": "attach",
"port": 9229,
"timeout": 600000,
"webRoot": "${workspaceRoot}/add-in/",
"preLaunchTask": "Start Outlook Add-in Locally",
"preLaunchTask": "Start Add-in Locally",
"postDebugTask": "Stop Debug"
},
{
Expand Down
Loading

0 comments on commit 46ab700

Please sign in to comment.