!README.txt 926 B

12345678910111213141516171819202122232425
  1. buildAllDebug
  2. Builds all projects with debug configuration
  3. buildAllRelease
  4. Builds all projects with release configuration
  5. buildAllTools
  6. Builds all projects with tools configuration
  7. The debug vs release build is simply what people develop in vs the actual server.
  8. The release build contains various optimizations, while the debug build contains debugging tools.
  9. If you're mapping, use the release or tools build as it will run smoother with less crashes.
  10. runQuickAll
  11. Runs the client and server without building
  12. runQuickClient
  13. Runs the client without building
  14. runQuickServer
  15. Runs the server without building
  16. runTests
  17. Runs the unit tests, makes sure various C# systems work as intended
  18. runTestsIntegration
  19. Runs the integration tests, makes sure various C# systems work as intended
  20. runTestsYAML
  21. Runs the YAML linter and finds issues with the YAML files that you probably wouldn't otherwise