dotnet-installer/test
Piotr Puszkiewicz d6cab4af58 use Sdks attribute in dotnet new templates (#4916)
* Move dotnet-new templates to Sdk attribute

* Update to MSBuild 15.1.0-preview-000454-01

To pick up a fix for Microsoft/msbuild#1431.

* Fix template newlines

* Fix casing on Microsoft.Net.Sdk

* Move migration test csproj's to Sdk attribute

* Disable parallel sdk restore

Each SDK restore operation will try to manipulate the same assets.json file since the dependency name&version are injected into a common csproj file. This can cause runtime failures when two NuGets try to restore the project at once.

* Make casing of SDK 'NET' and not 'Net'

* Remove redundatn imports

* Fix test string

* Additional race

* Replacing the SDK with the Web.Sdk when it is a Web project.

* Fixing the test by writting the csproj before running the migration rule.
2016-12-04 22:31:58 -08:00
..
ArgumentForwardingTests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
ArgumentsReflector Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
binding-redirects.Tests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
crossgen.Tests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
dotnet-add-p2p.Tests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
dotnet-build.Tests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
dotnet-migrate.Tests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
dotnet-msbuild.Tests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
dotnet-new.Tests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
dotnet-nuget.UnitTests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
dotnet-pack.Tests Localize changes for dotnet-remove (#4900) 2016-12-04 21:33:43 -08:00
dotnet-publish.Tests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
dotnet-remove-p2p.Tests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
dotnet-run.Tests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
dotnet-test.Tests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
dotnet-vstest.Tests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
dotnet.Tests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
EndToEnd Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
HackUntilWeGetXUnitXmlLogger Migrating all test projects (#4668) 2016-11-11 21:46:29 -10:00
Installer Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
Kestrel.Tests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
Microsoft.DotNet.Cli.Sln.Internal.Tests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
Microsoft.DotNet.Cli.Utils.Tests update nuget to 4.0.0-rc2 (dev build 2067) (#4904) 2016-12-02 19:19:54 -08:00
Microsoft.DotNet.Configurer.UnitTests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
Microsoft.DotNet.ProjectJsonMigration.Tests use Sdks attribute in dotnet new templates (#4916) 2016-12-04 22:31:58 -08:00
Microsoft.DotNet.Tools.Tests.Utilities use Sdks attribute in dotnet new templates (#4916) 2016-12-04 22:31:58 -08:00
msbuild.IntegrationTests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
Msbuild.Tests.Utilities Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
Performance Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
ScriptExecutorTests Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00