It is a build tool for my Tibia server. Just a way to automate the test, build and publish processes.
Available commands: help, publish, migration-config, migration-add, migration-remove, migration-script, clear, exit, about.
- publish - Rebuild the solution, run tests, publish and zip
- migration-config - Create migration configuration file
- migration-add - Create migration for the databases
- migration-remove - Remove last migration for the databases
- migration-script - Generate migration scripts for the databases
- clear - Clear the console screen. Alternative commands: cls
- exit - Exit the build tool
- about - Display license
You don't need to use this build tool. You can always rebuild the projects from Visual Studio normally.