aspnetcore/build
Nate McMaster 968df9578b
Refactor shared framework projects targets and project layout (#3703)
This refactors the targets used to build the shared framework and its .zip files. There are lots of reasons motivating this: Arcade convergence, migration to VSTS, making it easier to build this locally, etc.

Changes:
* Moves move content of build/Sharedfx.{props/targets} into eng/targets/SharedFx.Common.{props/targets}
* Update the build to produce a `runtime.$rid.Microsoft.AspNetCore.App` package (not just the one with symbols in it)
* Refactor the targets which produce .tar.gz/.zip files into separate projects in `src/Installers/`
* Refactor installers, unit tests, and the framework projects to use ProjectReference to flow dependencies between different parts of the build.
* Makes it easier to build the shared framework locally (for the inner dev loop, you can run `dotnet build -p src/Framework/Microsoft.AspNetCore.App/src/ -r win-x64`)
2018-10-24 15:42:06 -07:00
..
docker
lineups
tasks Refactor shared framework projects targets and project layout (#3703) 2018-10-24 15:42:06 -07:00
tools Refactor shared framework projects targets and project layout (#3703) 2018-10-24 15:42:06 -07:00
AzureIntegration.targets
PackageArchive.targets
Publish.targets
RepositoryBuild.targets
SharedFx.props Refactor shared framework projects targets and project layout (#3703) 2018-10-24 15:42:06 -07:00
SharedFx.targets Refactor shared framework projects targets and project layout (#3703) 2018-10-24 15:42:06 -07:00
SharedFxInstaller.targets Refactor shared framework projects targets and project layout (#3703) 2018-10-24 15:42:06 -07:00
artifacts.props Refactor shared framework projects targets and project layout (#3703) 2018-10-24 15:42:06 -07:00
buildorder.props
dependencies.props
external-dependencies.props Refactor shared framework projects targets and project layout (#3703) 2018-10-24 15:42:06 -07:00
repo.props
repo.targets Refactor shared framework projects targets and project layout (#3703) 2018-10-24 15:42:06 -07:00
runtimes.props
sources.props Refactor shared framework projects targets and project layout (#3703) 2018-10-24 15:42:06 -07:00
submodules.props