Skip to content

Commit

Permalink
folder structure changes and removed samples that are not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Prithvi-MSFT committed Mar 6, 2023
1 parent 79cc8ad commit a25280d
Show file tree
Hide file tree
Showing 332 changed files with 13 additions and 107,635 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/build-complete-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ jobs:
name: 'app-sso'
version: '6.0.x'

- project_path: 'samples/app-virtual-assistant/csharp/TeamsVirtualAssistant.csproj'
name: 'app-virtual-assistant'
version: '6.0.x'

- project_path: 'samples/bot-archive-groupchat-messages/csharp/FetchGroupChatMessages/FetchGroupChatMessages.csproj'
name: 'bot-archive-groupchat-messages'
version: '6.0.x'
Expand Down Expand Up @@ -124,8 +120,8 @@ jobs:
name: 'graph-rsc'
version: '6.0.x'

- project_path: 'samples/meeting-recruitment-app/csharp/MeetingApp/MeetingApp.csproj'
name: 'meeting-recruitment-app'
- project_path: 'samples/meetings-recruitment-app/csharp/MeetingApp/MeetingApp.csproj'
name: 'meetings-recruitment-app'
version: '6.0.x'

- project_path: 'samples/meetings-notification/csharp/InMeetingNotifications/InMeetingNotificationsBot.csproj'
Expand Down Expand Up @@ -420,8 +416,8 @@ jobs:
name: 'bot-formatting-cards'
version: '6.0.x'

- project_path: 'samples/meeting-tabs/csharp/MeetingTabs/MeetingTabs.csproj'
name: 'meeting-tabs'
- project_path: 'samples/meetings-tabs/csharp/MeetingTabs/MeetingTabs.csproj'
name: 'meetings-tabs'
version: '6.0.x'

- project_path: 'samples/bot-all-cards/csharp/BotAllCards/BotAllCards.csproj'
Expand Down Expand Up @@ -554,10 +550,6 @@ jobs:
- project_path: 'samples/connector-generic/nodejs'
name: 'connector-generic'
version: '14.x'

- project_path: 'samples/connector-github-notification/nodejs'
name: 'connector-github-notification'
version: '14.x'

- project_path: 'samples/graph-activity-feed-broadcast/nodejs'
name: 'graph-activity-feed-broadcast'
Expand Down Expand Up @@ -615,8 +607,8 @@ jobs:
name: 'meetings-token-app'
version: '14.x'

- project_path: 'samples/meeting-recruitment-app/nodejs/api'
name: 'meeting-recruitment-app'
- project_path: 'samples/meetings-recruitment-app/nodejs/api'
name: 'meetings-recruitment-app'
version: '14.x'

- project_path: 'samples/msgext-message-reminder/nodejs'
Expand Down Expand Up @@ -871,8 +863,8 @@ jobs:
name: 'bot-formatting-cards'
version: '18.x'

- project_path: 'samples/meeting-tabs/nodejs'
name: 'meeting-tabs'
- project_path: 'samples/meetings-tabs/nodejs'
name: 'meetings-tabs'
version: '18.x'

- project_path: 'samples/bot-all-cards/nodejs'
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ The [Teams Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDev
|10|App SSO | Microsoft Teams app SSO for Tab, Bot, ME - search, action, linkunfurl |[View][app-sso#cs] |[View][app-sso#js]|[View](/samples/app-sso/csharp/demo-manifest/App-SSO.zip)
|11|Meetings Stage View | Enable and configure your apps for Teams meetings to use in stage view |[View][meetings-stage-view#cs] |[View][meetings-stage-view#js]|
|12|Meeting Events | Get real time meeting events |[View][meetings-events#cs] | [View][meetings-events#js] |[View](/samples/meetings-events/csharp/demo-manifest/Meetings-Events.zip)
|13|Meeting Recruitment App | Sample app showing meeting app experience for interview scenario.|[View][meeting-recruitment-app#cs] |[View][meeting-recruitment-app#js]|[View](/samples/meeting-recruitment-app/csharp/demo-manifest/Meeting-Recruitment-App.zip)
|13|Meeting Recruitment App | Sample app showing meeting app experience for interview scenario.|[View][meeting-recruitment-app#cs] |[View][meeting-recruitment-app#js]|[View](/samples/meetings-recruitment-app/csharp/demo-manifest/Meeting-Recruitment-App.zip)
|14|Meeting Transcript App | This is a sample application which demonstrates how to get Transcript using Graph API and show it in the task module.|[View][meetings-transcription-app#cs] |[View][meetings-transcription-app#nodejs]|
|15| App Installtion using QR code |This sample demos app installation using QR code of application's app id | [View][qrappinstallation#csharp] | [View][qrappinstallation#nodejs]|[View](/samples/app-installation-using-qr-code/csharp/demo-manifest/App-Installation-Using-QR.zip)
|16| Archive groupchat messages | Demonstrating on how a bot can archive groupchat messages and send it to user as a file. | [View][fetchgroupchatmessages#csharp] |[View][fetchgroupchatmessages#nodejs]|
Expand Down Expand Up @@ -330,8 +330,8 @@ The [Teams Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDev
[meetings-stage-view#cs]:samples/meetings-stage-view/csharp
[meetings-events#cs]:samples/meetings-events/csharp
[meetings-events#js]:samples/meetings-events/nodejs
[meeting-recruitment-app#cs]:samples/meeting-recruitment-app/csharp
[meeting-recruitment-app#js]:samples/meeting-recruitment-app/nodejs
[meeting-recruitment-app#cs]:samples/meetings-recruitment-app/csharp
[meeting-recruitment-app#js]:samples/meetings-recruitment-app/nodejs
[meetings-transcription-app#cs]:samples/meetings-transcription/csharp
[meetings-transcription-app#nodejs]:samples/meetings-transcription/nodejs
[meetings-share-to-stage-signing#csharp]:samples/meetings-share-to-stage-signing/csharp
Expand All @@ -340,8 +340,8 @@ The [Teams Toolkit](https://marketplace.visualstudio.com/items?itemName=TeamsDev
[qrjointeam#csharp]:samples/bot-join-team-using-qr-code/csharp
[qrjointeam#nodejs]:samples/bot-join-team-using-qr-code/nodejs
[incoming-webhook#nodejs]:samples/incoming-webhook/nodejs
[meetingtabs#csharp]:samples/meeting-tabs/csharp
[meetingtabs#nodejs]:samples/meeting-tabs/nodejs
[meetingtabs#csharp]:samples/meetings-tabs/csharp
[meetingtabs#nodejs]:samples/meetings-tabs/nodejs

[graph#rsc#cs]:samples/graph-rsc/csharp
[graph#rsc#js]:samples/graph-rsc/nodeJs
Expand Down
16 changes: 0 additions & 16 deletions samples/app-virtual-assistant/csharp/.filenesting.json

This file was deleted.

48 changes: 0 additions & 48 deletions samples/app-virtual-assistant/csharp/Adapters/DefaultAdapter.cs

This file was deleted.

This file was deleted.

Loading

0 comments on commit a25280d

Please sign in to comment.