aspnetcore/.azure/pipelines
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
..
jobs Flatten the dependency graph of Microsoft.AspNetCore.App (#4061) 2018-11-16 15:16:15 -08:00
ci-official.yml
e2e-tests.yml
fast-pr-validation.yml Update schema before running tests (#4030) 2018-11-15 08:13:20 -08:00
site-extensions.yml