Updates from: 09/12/2024 01:15:42
Service Microsoft Docs article Related commit history on GitHub Change details
platform Build Bot Based Plugin https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/messaging-extensions/build-bot-based-plugin.md
Before you get started, ensure that you install the following tools to build and
1. Open **Visual Studio**. 1. Go to **Tools** > **Options**. 1. Enter **Teams Toolkit** in the **Search Settings** search box.
- 1. Under **Preview Features**, select the **Teams Toolkit: Develop Copilot Plugin** checkbox.
+ 1. In the **Preview Features** section, select the **Teams Toolkit: Develop Copilot Plugin** checkbox.
+* Ensure that the multi-project launch profile is enabled. To enable the profile, follow these steps:
+ 1. Open **Visual Studio**.
+ 1. Go to **Tools** > **Options**.
+ 1. In the **Preview Features** section, select the **Enable Multi-Project Launch Profiles** checkbox.
To create a bot-based search message extension plugin using Visual Studio, follow these steps:
To create a bot-based search message extension plugin using Visual Studio, follo
1. Search for **Teams** and select **Microsoft Teams App**.
+1. Enter the project details. Ensure that the **Place solution and project in the same directory** checkbox isn't selected.
+
+1. Select **Create**.
+ 1. Select **Custom Search Results**. :::image type="content" source="../assets/images/Copilot/bot-based-VS-new-project.png" alt-text="Screenshot shows the custom search results option in Visual Studio.":::