Added tests to the general help message.

This commit is contained in:
Livar Cunha 2016-03-25 21:13:22 -07:00
parent 47241189b2
commit d745484b1c

View file

@ -26,6 +26,7 @@ Common Commands:
build Builds a .NET project
publish Publishes a .NET project for deployment (including the runtime)
run Compiles and immediately executes a .NET project
test Executes tests in a test project
repl Launch an interactive session (read, eval, print, loop)
pack Creates a NuGet package";
public static readonly string ProductVersion = GetProductVersion();