dotnet-installer/test
Peter Huene af97bc7672
Add --runtime option to dotnet test.
This commit adds a `--runtime` option to the `dotnet test` command for
consistency with other commands.

The option does not have a short form of `-r`, however, because `dotnet test`
already uses the short form for another option (results directory).

Fixes #9583.
2018-07-25 13:26:55 -07:00
..
ArgumentForwardingTests Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00
ArgumentsReflector Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00
binding-redirects.Tests Removing the Additional restore source for the binding redirect test project. It has no package dependency on a CLI produced package. 2018-05-17 15:04:40 -07:00
crossgen.Tests Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00
dotnet-add-package.Tests Updating the build and tests to work with the 2.2.0 runtime. 2018-05-31 19:14:24 -07:00
dotnet-add-reference.Tests Improve command line help user experience. 2018-05-18 16:43:31 -07:00
dotnet-back-compat.Tests Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00
dotnet-build.Tests Updating the build and tests to work with the 2.2.0 runtime. 2018-05-31 19:14:24 -07:00
dotnet-clean.Tests Updating the build and tests to work with the 2.2.0 runtime. 2018-05-31 19:14:24 -07:00
dotnet-help.Tests Improve command line help user experience. 2018-05-18 16:43:31 -07:00
dotnet-install-tool.Tests Change command order for tools (#8862) 2018-03-21 19:12:32 -07:00
dotnet-list-reference.Tests Improve command line help user experience. 2018-05-18 16:43:31 -07:00
dotnet-migrate.Tests Fix project type GUIDs when adding projects to solution files. 2018-03-22 21:32:39 -07:00
dotnet-msbuild.Tests Revert "Fix MSBuild invocation to quote property option values." 2018-05-31 21:34:05 -07:00
dotnet-new.Tests Fix incorrect merge 2018-07-13 16:52:54 -07:00
dotnet-nuget.UnitTests Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00
dotnet-pack.Tests Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00
dotnet-publish.Tests Revert tests for feature that is about to be reverted by merge 2018-07-13 19:19:37 -07:00
dotnet-remove-package.Tests Improve command line help user experience. 2018-05-18 16:43:31 -07:00
dotnet-remove-reference.Tests Improve command line help user experience. 2018-05-18 16:43:31 -07:00
dotnet-restore.Tests Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00
dotnet-run.Tests Updating the build and tests to work with the 2.2.0 runtime. 2018-05-31 19:14:24 -07:00
dotnet-sln-add.Tests Improve command line help user experience. 2018-05-18 16:43:31 -07:00
dotnet-sln-list.Tests Improve command line help user experience. 2018-05-18 16:43:31 -07:00
dotnet-sln-remove.Tests Fix remove sln description. 2018-06-20 10:26:43 -07:00
dotnet-store.Tests Updating the build and tests to work with the 2.2.0 runtime. 2018-05-31 19:14:24 -07:00
dotnet-test.Tests Add --runtime option to dotnet test. 2018-07-25 13:26:55 -07:00
dotnet-vstest.Tests Updating the build and tests to work with the 2.2.0 runtime. 2018-05-31 19:14:24 -07:00
dotnet.Tests Disable failing tests against bugs 2018-07-18 12:13:40 -07:00
EndToEnd Disable failing tests against bugs 2018-07-18 12:13:40 -07:00
InsertionTests Updating the CLI stage0 to 2.1.300 and fixing some build failures. 2018-06-08 16:03:24 -07:00
Installer Move some projects to netstandard2.0 (#8692) 2018-03-22 16:11:51 -07:00
Microsoft.DotNet.Cli.Sln.Internal.Tests Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00
Microsoft.DotNet.Cli.Utils.Tests Merge pull request #9621 from dotnet/merges/release/2.1.3xx-to-release/2.1.4xx 2018-07-10 16:21:42 -07:00
Microsoft.DotNet.Configurer.UnitTests Make CliFolderPathCalculator a static class. 2018-05-22 17:34:39 -07:00
Microsoft.DotNet.MSBuildSdkResolver.Tests Override new SdkResult public properties 2018-05-21 15:29:38 -07:00
Microsoft.DotNet.ShellShim.Tests Fix relative path tool path (#9330) 2018-05-24 18:15:23 -07:00
Microsoft.DotNet.TestFramework Use blob feed instead of myget (#9546) 2018-06-25 10:37:19 -07:00
Microsoft.DotNet.ToolPackage.Tests Merge branch 'release/2.1.4xx' into merges/release/2.1.3xx-to-release/2.1.4xx 2018-06-25 15:59:41 -07:00
Microsoft.DotNet.Tools.Tests.ComponentMocks Pass BaseIntermediateOutputPath via xml (#9509) 2018-06-24 11:32:44 -07:00
Microsoft.DotNet.Tools.Tests.Utilities Merge branch 'release/2.2.1xx' into merges/release/2.1.4xx-to-release/2.2.1xx 2018-07-17 18:17:04 -07:00
msbuild.IntegrationTests Make the default verbosity for dotnet clean normal. This way we can get some meaningful output out of the command. 2018-03-01 14:09:06 -08:00
Msbuild.Tests.Utilities Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00
MsBuildScript.Tests Fixing the URLs for the msbuildscript.tests to use the new asp.net runtime folder as well. 2018-02-15 12:58:21 -08:00
Directory.Build.props Support new artifacts layout in tests and other build logic 2017-08-24 15:49:13 -07:00
Microsoft.DotNet.Cli.Tests.sln bundled DotnetTool (#8606) 2018-02-16 13:32:29 -08:00