aspnetcore/build/tasks
Nate McMaster 0e12274a8e
Flatten the dependency graph of Microsoft.AspNetCore.App (#4061)
This changes the way Microsoft.AspNetCore.App works to follow patterns set by Microsoft.NETCore.App. Instead of being a metapackage with dozens of dependencies, this package has no dependencies. It uses RID-splitting to deliver standalone assets for self-contained deployments.

Changes:
* Implements RID-split packages for Microsoft.AspNetCore.App.
* Update shared fx deps.json generation to only include entries for the RID-specific metapackages
* Include platform-specific packages in publish output
* Remove all nuspec dependencies of Microsoft.AspNetCore.App and collect all references into the package.
2018-11-16 15:16:15 -08:00
..
Logger
Utilities Flatten the dependency graph of Microsoft.AspNetCore.App (#4061) 2018-11-16 15:16:15 -08:00
CheckExpectedPackagesExist.cs Remove duplicate copies of files from artifact output 2018-03-23 16:37:40 -07:00
CheckVersionOverrides.cs Ensure build output is still present when crossgen is disabled 2018-10-26 16:00:48 -07:00
CreateLzma.cs Merge 2.1.2 into release/2.1 2018-07-10 10:27:26 -07:00
GenerateRestoreSourcesPropsFile.cs
GetDocXmlFiles.cs Refactor LZMA generation to support Docker and Antares usage 2018-07-06 13:15:23 -07:00
JoinItems.cs
OrderBy.cs
ProcessSharedFrameworkDeps.cs Flatten the dependency graph of Microsoft.AspNetCore.App (#4061) 2018-11-16 15:16:15 -08:00
PublishToAzureBlob.cs
RepoTasks.csproj Add targets and tools for ensuring consistent package versions between servicing builds 2018-11-09 13:05:31 -08:00
RepoTasks.tasks Flatten the dependency graph of Microsoft.AspNetCore.App (#4061) 2018-11-16 15:16:15 -08:00
tasks.sln Add task to generate the repo to repo graph (#1036) 2018-04-05 13:24:49 -07:00