Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

What is this?

It is a build tool for my Tibia server. Just a way to automate the test, build and publish processes.

Commands

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

Note

You don't need to use this build tool. You can always rebuild the projects from Visual Studio normally.