| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ALM | DevOps Rangers community Bot is a Bot for Microsoft Teams, Skype and Slack, based on Microsoft Bot Framework. Read VSTS Bot is now in preview for details.
ngrok http -host-header=rewrite 3979
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<TestRunParameters>
<Parameter name="Account" value="" />
<Parameter name="AppId" value="" />
<Parameter name="AppSecret" value="" />
<Parameter name="AuthorizeUrl" value="" />
<Parameter name="BotId" value="" />
<Parameter name="BotSecret" value="" />
<Parameter name="DocumentDbKey" value="C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==" />
<Parameter name="DocumentDbUri" value="https://localhost:8081" />
<Parameter name="RefreshToken" value="" />
<Parameter name="RefreshTokenReinitialize" value="false" />
<Parameter name="TeamProjectOne" value="" />
<Parameter name="TeamProjectTwo" value="" />
</TestRunParameters>
</RunSettings><?xml version="1.0" encoding="utf-8"?>
<appSettings>
<!-- update these with your BotId, Microsoft App Id and your Microsoft App Password-->
<add key="AppId" value="" />
<add key="AppSecret" value="" />
<add key="AppScope" value=""/>
<add key="AuthorizeUrl" value="" />
<add key="DocumentDbKey" value="C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==" />
<add key="DocumentDbUri" value="https://localhost:8081" />
<add key="EmulatorListeningUrl" value="" />
<add key="InstrumentationKey" value="" />
<add key="BotId" value="" />
<add key="MicrosoftAppId" value="" />
<add key="MicrosoftAppPassword" value="" />
</appSettings>Open the Team-Services-Bot.sln in the src folder. It contains the projects and tests, which you can run with the Test Explorer in Visual Studio.
We thank the following contributors for this extension: Vladimir Gusarov and Jeffrey Opdam.
Contributions to this project are welcome. Here is how you can contribute:
Please refer to Contribution guidelines and the Code of Conduct for more details.
Notices for certain third party software included in this solution are provided here: Third Party Notice.
Please refer to Privacy Policy.
Please refer to Terms and Conditions of Use.
| Back | FazBrowse Home | New Git URL |