dotnet-installer/test/dotnet-test.Tests
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
..
CollectCodeCoverage.runsettings Add tests for Code coverage with dotnet test (#9355) 2018-07-17 09:54:10 -07:00
dotnet-test.Tests.csproj Add tests for Code coverage with dotnet test (#9355) 2018-07-17 09:54:10 -07:00
GivenDotnetTestBuildsAndRunsTestfromCsproj.cs Add --runtime option to dotnet test. 2018-07-25 13:26:55 -07:00
GivenDotnetTestBuildsAndRunsTestFromCsprojForMultipleTFM.cs Merge branch 'release/2.2.1xx' into merges/release/2.1.4xx-to-release/2.2.1xx 2018-07-18 21:52:01 -07:00