From d745484b1c3dff297e54079779e405207782639e Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Fri, 25 Mar 2016 21:13:22 -0700 Subject: [PATCH] Added tests to the general help message. --- src/dotnet/commands/dotnet-help/HelpCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dotnet/commands/dotnet-help/HelpCommand.cs b/src/dotnet/commands/dotnet-help/HelpCommand.cs index 3f46d87eb..c64735f31 100644 --- a/src/dotnet/commands/dotnet-help/HelpCommand.cs +++ b/src/dotnet/commands/dotnet-help/HelpCommand.cs @@ -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();