dotnet-installer/build
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
..
compile I had a wrong condition before, where I forgot to reference a variable. Fixing that here. (#4665) 2016-11-09 16:44:35 -08:00
crossgen Crossgen package name casing 2016-07-28 22:29:29 -07:00
package Remove unused project.json and .xproj files (#4735) 2016-11-15 16:12:19 -10:00
prepare Decompose Crossgen, remove CleanPublishOutput, replace ExtractArchive with *FileExtractToDirectory (#3927) 2016-07-26 00:29:59 -04:00
publish Upload checksums for installation artifacts (#4191) 2016-10-12 14:25:06 -05:00
sdks Include Microsoft.Net.Sdk in CLI layout (#4895) 2016-12-03 14:19:54 -08:00
test fix build by not running tests on a test helper library 2016-11-30 15:14:57 -08:00
Microsoft.DotNet.Cli.BundledSdks.proj use Sdks attribute in dotnet new templates (#4916) 2016-12-04 22:31:58 -08:00
Microsoft.DotNet.Cli.BundledSdks.props use Sdks attribute in dotnet new templates (#4916) 2016-12-04 22:31:58 -08:00
Microsoft.DotNet.Cli.Compile.targets use Sdks attribute in dotnet new templates (#4916) 2016-12-04 22:31:58 -08:00
Microsoft.DotNet.Cli.DependencyVersions.props use Sdks attribute in dotnet new templates (#4916) 2016-12-04 22:31:58 -08:00
Microsoft.DotNet.Cli.Monikers.props Updating the CLI versino to preview4. 2016-11-07 10:39:59 -08:00
Microsoft.DotNet.Cli.Package.targets Move DEB.proj in-process 2016-08-30 11:45:58 -07:00
Microsoft.DotNet.Cli.Prepare.targets Update CLI's MSBuild Version to 15.1.0-preview-000451-02 (#4889) 2016-12-01 20:10:42 -08:00
Microsoft.DotNet.Cli.Publish.targets Upload checksums for installation artifacts (#4191) 2016-10-12 14:25:06 -05:00
Microsoft.DotNet.Cli.Run.targets Bringing run.exe into the repo and starting with the clean command 2016-07-26 16:15:36 -07:00
Microsoft.DotNet.Cli.tasks Remove unused project.json and .xproj files (#4735) 2016-11-15 16:12:19 -10:00
Microsoft.DotNet.Cli.Test.targets Migrate test packages (#4720) 2016-11-15 12:12:28 -10:00