Merge pull request #2079 from livarcocc/dotnet_help_test

Added tests to the general help message.
This commit is contained in:
Livar 2016-03-26 10:40:03 -07:00
commit 7397d20549

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();