Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: sprint release from main back to dev #1389

Merged
merged 3 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

17 changes: 0 additions & 17 deletions hello-world-teams-tab-and-office-add-in/env/.env.local

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
Loading