Skip to content

Commit 58d870c

Browse files
committed
Added build Pipeline and Main Readme
1 parent 5450d85 commit 58d870c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build-complete-samples.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,6 +1198,10 @@ jobs:
11981198
name: 'tab-deeplink'
11991199
version: '3.10.x'
12001200

1201+
- project_path: 'samples/bot-all-cards/python'
1202+
name: 'bot-all-cards'
1203+
version: '3.13.x'
1204+
12011205
fail-fast: false
12021206
name: Build all "${{ matrix.name }}" python
12031207
defaults:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The [Teams Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDev
110110
| 24 | Bot configuration app with auth | This sample demonstrates the features of bot configuration auth and reconfiguration for both teams and group chats. | Advanced | [View][BotConfigurationAppAuth#csharp] | [View][BotConfigurationAppAuth#nodejs]![toolkit-icon](assets/toolkit-icon.png) | | |[View](/samples/bot-configuration-app-auth/csharp/demo-manifest/bot-configuration-auth-app.zip)|
111111
| 25 | Tag mention bot | This sample app demonstrates the use of tag mention functionality in teams scope using Bot Framework. | Advanced | [View][Tagmention#csharp] | [View][Tagmention#nodejs] ![toolkit-icon](assets/toolkit-icon.png) | | |
112112
| 26 | Commands menu and prompt starters bot | This sample adds a command menu with a dropdown list of commands for your bot. Users can select a command from the list, which will insert the command title into the compose box. Then, they can select Send to execute the command. | Advanced | [View][CommandsMenu#csharp] | [View][CommandsMenu#nodejs] ![toolkit-icon](assets/toolkit-icon.png) | | | [View](/samples/bot-commands-menu/csharp/demo-manifest/bot-commands-menu.zip)|
113-
| 27 | Bot All Cards | Sample which demonstrates sending different types cards supported in teams using bot. | Advanced | [View][TypesCards#csharp] | [View][TypesCards#nodejs] ![toolkit-icon](assets/toolkit-icon.png) | | | [View](/samples/bot-all-cards/csharp/demo-manifest/bot-all-cards.zip) |
113+
| 27 | Bot All Cards | Sample which demonstrates sending different types cards supported in teams using bot. | Advanced | [View][TypesCards#csharp] | [View][TypesCards#nodejs] ![toolkit-icon](assets/toolkit-icon.png) |[View][TypesCards#python] ![toolkit-icon](assets/toolkit-icon.png) | | [View](/samples/bot-all-cards/csharp/demo-manifest/bot-all-cards.zip) |
114114
| 28 | Apps in Federated | This sample app allows users to easily view a list of group members. When a new member is added, their details are promptly displayed. | Advanced | [View][bot-feed-members#js] ![toolkit-icon](assets/toolkit-icon.png) | | | | [View](/samples/bot-feed-members/nodejs/demo-manifest/bot-feed-members.zip) |
115115
| 29 | Requirement Targeting OneWay Dependency | Microsoft M365 RT sample app in Node.js which specifies one-way-dependency relationships between app capabilities (using elementRelationshipSet) and functionality using hostMustSupportFunctionalities. | Advanced | | [View][RequirementTargetingOneWayDependency#nodejs] ![toolkit-icon](assets/toolkit-icon.png) | | |
116116
| 30 | Requirement Targeting Mutual Dependency | Microsoft M365 RT sample app in Node.js which specifies mutual-dependency relationships between app capabilities using elementRelationshipSet. | Advanced | | [View][RequirementTargetingMutualDependency#nodejs] ![toolkit-icon](assets/toolkit-icon.png) | | |
@@ -420,6 +420,7 @@ The [Teams Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDev
420420
[BotSSOAdaptiveCard#nodejs]:samples/bot-sso-adaptivecard/nodejs
421421
[TypesCards#csharp]:samples/bot-all-cards/csharp
422422
[TypesCards#nodejs]:samples/bot-all-cards/nodejs
423+
[TypesCards#python]:samples/bot-all-cards/python
423424
[app-localization#cs]:samples/app-localization/csharp
424425
[app-localization#js]:samples/app-localization/nodejs
425426
[meetings-details-tab#cs]:samples/meetings-details-tab/csharp

0 commit comments

Comments
 (0)