-
Notifications
You must be signed in to change notification settings - Fork 5
Building the bot
Thor Conzales edited this page Jul 6, 2017
·
4 revisions
Bot is built using Visual Studio 2017 and .NET Core 1.1. It is designed for Windows environment but as it is fully built with .NET Core then it can be compiled with minor changes for Linux and Mac too.
To build it navigate to either Dota2Sentinel or Dota2LobbyBot project and execute following commands:
If the publishing succeeded you should be able to find binaries in Dota2Sentinelhost/bin/release/netcoreapp1.1/[rid]/publish folder.
Read more about project strucuture.