Skip to content

Building the bot

Thor Conzales edited this page Jul 6, 2017 · 4 revisions

Prerequisites

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.

Building

To build it navigate to either Dota2Sentinel or Dota2LobbyBot project and execute following commands:

  • dotnet restore -r [rid]
  • dotnet publish -c release -r [rid]

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.

Clone this wiki locally