dotnet-installer/test
Livar Cunha a5aba4929a Merge remote-tracking branch 'dotnet/release/2.0.0' into merges/release/2.0.0-to-master-20170627-070029
* dotnet/release/2.0.0: (27 commits)
  Updating the runtime to pick up the satellite assembly host fix.
  Fixing some merges from release/2.0.0-preview2.
  Create the Dotnet User Profile folder when running the first experience, if the folder does not exist, if will fail the first run because it will fail to create the first notice sentinel.
  Add F# and Roslyn satellites
  Fix tests expecting unlocalized messages from dotnet/sdk
  Generating a layout folder with the satellite assemblies only which we use to generate a language pack tarball/zip. Initially, I wanted a IncludeOnlyFilter, but couldn't quite get that to work on tar, just passing the filter in the command line didn't work because the shell does not do recursive globbing. So, I opted for the layout folder.
  Update SPA templates version to 1.0.0-preview-000321
  Fix dotnet/sdk#1364
  Add rhel and Debian download link
  Exclude satellite assemblies from archive.
  Remove failed workaround for Microsoft.Composition warning
  Update templates to add missing BrowserLink package
  Update to SetupCrossgen 215 - Coherence 25794
  Update templates to suppress the warning for Microsoft.Composition and AssetTargetFallback
  Add explicit dependency for pakcage smoke test
  Update templates to remove the package NETStandard.Library.NETFramework
  Update F# compiler to latest
  Update to SetupCrossgen 213 - Coherence 25769
  Pinning to the dotnet-install to version '2.0.0-preview2-006470'
  Updating branch/channel information.
  ...
2017-06-27 14:53:41 -07:00
..
ArgumentForwardingTests Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00
ArgumentsReflector Trailing newlines + standardize tabs -> spaces 2017-03-02 20:35:20 -08:00
binding-redirects.Tests Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00
crossgen.Tests Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00
dotnet-add-package.Tests Merge branch 'release/2.0.0' into loc 2017-06-16 18:20:44 -07:00
dotnet-add-reference.Tests Make dotnet-add-reference tests pass on localized setup 2017-06-20 16:16:38 -07:00
dotnet-back-compat.Tests Add metadata to test specifying required shared framework 2017-04-27 13:52:48 -07:00
dotnet-build.Tests Fix tests expecting unlocalized messages from dotnet/sdk 2017-06-23 19:48:07 -07:00
dotnet-clean.Tests Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00
dotnet-help.Tests Merge branch 'release/2.0.0' into loc 2017-06-16 18:20:44 -07:00
dotnet-list-reference.Tests Make dotnet-list-reference tests pass on localized setup 2017-06-20 17:57:32 -07:00
dotnet-migrate.Tests Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00
dotnet-msbuild.Tests Removing NuGetConfig from the first run experience and replacing the sentinel with the FirstUseNoticeSentinel when needed. 2017-06-20 10:59:23 -07:00
dotnet-new.Tests Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00
dotnet-nuget.UnitTests Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00
dotnet-pack.Tests Fix tests expecting unlocalized messages from dotnet/sdk 2017-06-23 19:48:07 -07:00
dotnet-publish.Tests Fix tests expecting unlocalized messages from dotnet/sdk 2017-06-23 19:48:07 -07:00
dotnet-remove-package.Tests Merge branch 'release/2.0.0' into loc 2017-06-16 18:20:44 -07:00
dotnet-remove-reference.Tests Make dotnet-remove-reference tests pass on localized setup 2017-06-20 18:45:36 -07:00
dotnet-restore.Tests Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00
dotnet-run.Tests Merge pull request #6997 from nguerrera/loc-compilers 2017-06-26 11:10:49 -07:00
dotnet-sln-add.Tests Merge branch 'release/2.0.0' into loc 2017-06-16 18:20:44 -07:00
dotnet-sln-list.Tests Merge branch 'release/2.0.0' into loc 2017-06-16 18:20:44 -07:00
dotnet-sln-remove.Tests Merge branch 'release/2.0.0' into loc 2017-06-16 18:20:44 -07:00
dotnet-store.Tests Simple clean up to the store tests 2017-06-20 15:19:51 -05:00
dotnet-test.Tests Fix tests expecting unlocalized messages from dotnet/sdk 2017-06-23 19:48:07 -07:00
dotnet-vstest.Tests Merge branch 'release/2.0.0' into loc 2017-06-16 18:20:44 -07:00
dotnet.Tests Moving the expanding fallback folder to the dotnet folder hive. The folder will be expanded at sdk/NuGetFallbackFolder. 2017-06-20 10:59:23 -07:00
EndToEnd Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00
Installer .NET Core 2+ Naming and Versioning 2017-05-26 15:46:56 -07:00
Microsoft.DotNet.Cli.Sln.Internal.Tests Merge branch 'release/2.0.0' into loc 2017-06-16 18:20:44 -07:00
Microsoft.DotNet.Cli.Utils.Tests Merge branch 'release/2.0.0' into loc 2017-06-16 18:20:44 -07:00
Microsoft.DotNet.Configurer.UnitTests Create the Dotnet User Profile folder when running the first experience, if the folder does not exist, if will fail the first run because it will fail to create the first notice sentinel. 2017-06-24 22:59:35 -07:00
Microsoft.DotNet.MSBuildSdkResolver.Tests Allow resolution of SDKs without minimum msbuild version file 2017-05-26 15:06:55 -07:00
Microsoft.DotNet.Tools.Tests.Utilities Merge remote-tracking branch 'dotnet/release/2.0.0' into merges/release/2.0.0-to-master-20170621-070039 2017-06-21 08:51:19 -07:00
msbuild.IntegrationTests Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00
Msbuild.Tests.Utilities Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00
dir.props Update the CLI to netcoreapp2.0. 2017-01-26 07:28:59 -06:00
Microsoft.DotNet.Cli.Tests.sln Adding the runtime identifier option to dotnet clean. 2017-05-25 12:29:51 -07:00