dotnet-installer/test
Peter Huene bc96902c61
Implement mode option for dotnet publish.
This commit implements a `mode` option that can control how an application is
published with the `dotnet publish` command.

There are three supported modes:

* self-contained: publishes a self-contained application (same as
--self-contained).
* fx-dependent: publishes a framework-dependent application (with an
application host when a runtime is specified).
* fx-dependent-no-exe: publishes a framework-dependent application without an
application host.

The default when publishing without a runtime specified is
`fx-dependent-no-exe`.

The default when publishing with a runtime specified is `self-contained`.

`fx-dependent` requires netcoreapp2.1 or later when a runtime is specified.

The `--self-contained` option is still supported, but is now hidden so that
users will be encouraged to move to the `--mode` option.

Fixes #6237.
2018-06-11 15:43: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 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-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 Adds Microsoft.Docker.Sdk to CLI 2018-01-17 11:12:19 -08:00
dotnet-clean.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-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 Re-activate templating test. 2018-03-12 13:16:45 -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 Implement mode option for dotnet publish. 2018-06-11 15:43:55 -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 Try shorter test names 2018-03-23 10:30:47 -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 Improve command line help user experience. 2018-05-18 16:43:31 -07:00
dotnet-store.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-test.Tests Multiple Logger/TestAdapter inputs from dotnet CLI 2018-05-17 12:54:39 +05:30
dotnet-vstest.Tests Merge remote-tracking branch 'dotnet/release/2.0.0' into merges/release/2.0.0-to-release/2.1-20180103-080038 2018-01-03 16:16:41 -08:00
dotnet.Tests Always store absolute full path in directory and file path (#9363) 2018-06-06 11:22:19 -07:00
EndToEnd Fixing CI build breaks for new CI legs; CLI:release/2.1.3xx (#9202) 2018-05-08 10:05:21 -07:00
InsertionTests bundled DotnetTool (#8606) 2018-02-16 13:32:29 -08: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 Fix mismatch of dotnet-watch with package variable name 2018-05-31 14:44:29 -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 Removing direct dependency to NetStandard.Library From TestFramework. 2018-05-11 09:57:00 -07:00
Microsoft.DotNet.ToolPackage.Tests Fix --source-feed option for tool install and update commands. 2018-04-24 20:43:14 -07:00
Microsoft.DotNet.Tools.Tests.ComponentMocks do not set BaseIntermediateOutputPath in temp project of dotnet install (#9122) 2018-04-24 10:19:27 -07:00
Microsoft.DotNet.Tools.Tests.Utilities Implement mode option for dotnet publish. 2018-06-11 15:43:55 -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