dotnet-installer/test/Microsoft.DotNet.Tools.Tests.Utilities/Commands
2019-11-08 13:58:10 -08:00
..
AddReferenceCommand.cs
BuildCommand.cs
BuildServerCommand.cs Fix Razor server shutdown on Windows. 2018-04-27 13:52:17 -07:00
CleanCommand.cs
DependencyToolInvokerCommand.cs Removing the additional shared framework from the official stage2 build of the CLI. Instead, I also create a stage2 build with the legacy runtime so that we can continue to run tests tthat depend on it, but most importantly, we will be able to run backwards compatibility tests using it. 2017-04-08 00:31:27 -07:00
DotnetCommand.cs Use built version of redist instead of stage 0 for running tests 2018-11-12 11:31:10 -08:00
DotnetTestCommand.cs Replacing the short form version of implicit msbuild parameters with longform ones. 2018-04-02 22:54:51 -07:00
HelpCommand.cs Replace dotnet help parser with CliCommandLineParser 2017-04-10 22:11:14 -07:00
ListPackageCommand.cs Implement the dotnet list package command. 2018-09-20 10:26:01 -07:00
ListReferenceCommand.cs
MigrateCommand.cs
MSBuildCommand.cs
NewCommand.cs
NewCommandShim.cs
PackCommand.cs
PublishCommand.cs Revert implementation of the --mode option for the publish command. 2018-07-09 12:46:13 -07:00
RemoveReferenceCommand.cs
RestoreCommand.cs Replacing the short form version of implicit msbuild parameters with longform ones. 2018-04-02 22:54:51 -07:00
RunCommand.cs
StoreCommand.cs Fix tests for cache => store rename. 2017-04-07 15:51:37 -05:00
TestCommand.cs Set DOTNET_ROOT in tests (#5584) 2019-11-08 13:58:10 -08:00
ToolCommand.cs Change command order for tools (#8862) 2018-03-21 19:12:32 -07:00
VSTestCommand.cs