Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Edits
  • Loading branch information
REDMOND\v-nosohl committed Feb 5, 2018
commit 4633ba1a6644e96dcf72c9627fccd4b024294e14
4 changes: 2 additions & 2 deletions msteams-platform/get-started/get-started-dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ git clone https://github.com/OfficeDev/msteams-samples-hello-world-csharp

## Build and run the sample

Once the repo is cloned, open the solution file `Microsoft.Teams.Samples.HelloWorld.sln` from the root directory of the sample and click `Build Solution` from the `Build` menu. You can run the sample by pressing `F5` or choosing `Start Debugging` from the `Debug` menu.
Once the repo is cloned, use Visual Studio to open the solution file `Microsoft.Teams.Samples.HelloWorld.sln` from the root directory of the sample and click `Build Solution` from the `Build` menu. You can run the sample by pressing `F5` or choosing `Start Debugging` from the `Debug` menu.

When the app starts, you will see a browser window open with the root of the app launched. You can navigate to the following URLs to verify that all the app URLs are loading:

Expand Down Expand Up @@ -169,7 +169,7 @@ Once you update the manifest, you can rebuild the sample using `Build Solution`
Use the **Upload a custom app** link in Teams to upload this zip file and install your app into one of the teams you own. See **Load your package into a team** in [Upload your app in Microsoft Teams](~/concepts/apps/apps-upload) for more information on how to do this.

> [!NOTE]
> You need to make sure the app is running while you upload it into Teams and use it within it.
> You need to make sure the app is running while you upload it into Teams and use it.

<a name="ConfigureTheAppTab"></a>

Expand Down
16 changes: 15 additions & 1 deletion msteams-platform/get-started/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Because of this, it easy to publish and update apps, but it adds additional step

These options will be discussed in more detail later.

Here are some simple steps to create a Teams app and test it in Teams.
Here are some simple steps to create a Node .JS Teams app and test it in Teams.

> [!div class="checklist"]
> * [Prepare your Office 365 tenant](~/get-started/get-started-tenant)
Expand All @@ -31,3 +31,17 @@ Here are some simple steps to create a Teams app and test it in Teams.
> * [Configure the app tab](~/get-started/get-started-nodejs#ConfigureTheAppTab)
> * [Add a bot to your app](~/get-started/get-started-nodejs#AddBot)
> * [Compose rich messages](~/get-started/get-started-nodejs#ComposeRichMessages)

Here are the steps to create a.NET Teams app and test it in Teams.

> [!div class="checklist"]
> * [Prepare your Office 365 tenant](~/get-started/get-started-tenant)
> * [Get started with Teams App Studio](~/get-started/get-started-app-studio)
> * [Get prerequisites](~/get-started/get-started-dotnet#GetPrerequisites)
> * [Download the sample](~/get-started/get-started-dotnet#DownloadSample)
> * [Build and run the sample](~/get-started/get-started-dotnet#BuildRun)
> * [Host the sample](~/get-started/get-started-dotnet#HostSample)
> * [Deploy your app into Microsoft Teams](~/get-started/get-started-dotnet#DeployToTeams)
> * [Configure the app tab](~/get-started/get-started-dotnet#ConfigureTheAppTab)
> * [Add a bot to your app](~/get-started/get-started-dotnet#AddBot)
> * [Compose rich messages](~/get-started/get-started-dotnet#ComposeRichMessages)