dotnet-installer/test/Microsoft.DotNet.Tools.Tests.Utilities
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
..
Assertions Enable overriding MSBuildSDKsPath with env var (#4885) 2016-12-01 14:45:55 -08:00
Commands use Sdks attribute in dotnet new templates (#4916) 2016-12-04 22:31:58 -08:00
Extensions Invoking a command waits up to 30s for NuGet or another process (#4657) 2016-11-08 23:23:13 -08:00
Mock Fixing broken tests after my changes to the CommandResolvers. 2016-08-25 22:53:04 -07:00
NetworkUtils Increasing timeout to check Kestrel Server is up. 2016-04-08 12:42:43 -07:00
Properties Almost all of the code to prime the NuGet cache from the archive. 2016-06-10 16:53:55 -07:00
TempFileSystem Add test for MSBuild End to End. 2016-07-21 16:02:57 -05:00
DotnetLegacyRuntimeIdentifiers.cs Merging Test.Utilties with the latest code from rel/1.0.0. 2016-10-11 17:20:15 -05:00
Microsoft.DotNet.Tools.Tests.Utilities.csproj Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
NuGetConfig.cs Build-Time Hello World Performance Test (#2681) 2016-04-26 17:52:34 -07:00
PeReaderUtils.cs Fix 32 bit crossgen tests. 2016-05-03 11:35:17 -07:00
ProcessExtensions.cs Add Binding redirects tests 2016-04-25 11:06:13 -07:00
ProjectUtils.cs Address PR Feedback 2016-02-12 16:57:32 -08:00
RepoDirectoriesProvider.cs Add msbuild-based stage0 where possible (#4597) 2016-11-02 23:01:57 -07:00
TestBase.cs [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
WindowsOnlyFactAttribute.cs Updating the xunit version to one that does not depend on internalabstractions. 2016-08-10 13:40:13 -07:00