dotnet-installer/build
Livar 1fd99f1588 Merge rel/1.0.0-preview4 back into rel/1.0.0 (#4974)
* Updating the preview4 channel to rel-1.0.0-preview4

* Add more xlf files for new strings

* bundle fsharp sdk, only Sdk directory is required

* align f# console proj

* align f# lib template

* align f# mstest template

* align f# xunit template

* align f# web template

* fix mstest package version, aligned to c#

* remove unused directories from bundled sdks

* Adding a SdkNugetVersion property when invoking dotnet pack on test packages so that test packages can reference exact packages. We need that because of https://github.com/NuGet/Home/issues/4063. Without it, pack creates the nuspec with a version like 1.0.0-version-, instead of 1.0.0-version-<version_used_in_build>, which leads to problems when restoring the tool. Like, it ends up restoring to the closest version of the package (oldest), instead of the latest.

* Update web template for Web SDK 154 (#4948)

* Update WebSDK version

* Update web template to get rid of globs

https://github.com/aspnet/Templates/pull/735

* MSBuild to 15.1.458 (#4950)

* Adding MigrateWebSdkRule to the DefaultMigrationRuleSet (#4963)

* Adding MigrateWebSdkRule to the DefaultMigrationRuleSet and adding a E2E test to cover it.

* Do not migrate compile and EmbeddedResources for web application, because those are included in the Web Sdk already.

* Addressing code review comments
2016-12-09 00:30:02 -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 Updating the branding of rel/1.0.0 to preview5. 2016-12-05 14:47:16 -08: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 Updating the branding of rel/1.0.0 to preview5. 2016-12-05 14:47:16 -08:00
Microsoft.DotNet.Cli.BundledSdks.proj Merge rel/1.0.0-preview4 back into rel/1.0.0 (#4974) 2016-12-09 00:30:02 -08:00
Microsoft.DotNet.Cli.BundledSdks.props Merge rel/1.0.0-preview4 back into rel/1.0.0 (#4974) 2016-12-09 00:30:02 -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 Merge rel/1.0.0-preview4 back into rel/1.0.0 (#4974) 2016-12-09 00:30:02 -08:00
Microsoft.DotNet.Cli.Monikers.props Updating the branding of rel/1.0.0 to preview5. 2016-12-05 14:47:16 -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 Updating the branding of rel/1.0.0 to preview5. 2016-12-05 14:47:16 -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 Merge rel/1.0.0-preview4 back into rel/1.0.0 (#4974) 2016-12-09 00:30:02 -08:00