microsoft/teams.net

Public

mirrored fromhttps://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
bfbe94f74ac33446dfc7092c5d72e74a422ddb3a

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Makefile

20lines · modecode

1fmt:
2 dotnet format
3
4build:
5 dotnet build
6
7test:
8 dotnet test
9
10clean:
11 dotnet clean
12
13samples_echo_run:
14 dotnet run --project Samples/Samples.Echo
15
16samples_auth_run:
17 dotnet run --project Samples/Samples.Auth
18
19samples_lights_run:
20 dotnet run --project Samples/Samples.Lights