dotnet-installer/scripts/dotnet-cli-build
Eric Mellino edbbc64b03 Fill out pkg installer targets
This causes three pkg files to be produced:

* A component pkg for the shared framework.
* A component pkg for the shared host.
* A product archive which includes the above two components.

The product archive also needs a distribution.xml file which contains
metadata about the package (name, title, images, etc.).

The installer for the "SDK" itself is still using logic implemented in
package-osx.sh. We should move this logic into the build target as well,
but we may want to wait until the CLI is using the shared framework to do so.
2016-03-10 10:31:45 -08:00
..
Utils Crossgen Shared Framework managed assemblies 2016-03-10 04:38:15 -08:00
CompileTargets.cs Crossgen Shared Framework managed assemblies 2016-03-10 04:38:15 -08:00
dotnet-cli-build.xproj Updating tests to use the latest version of dotnet-test-xunit, which supports debugging from VS. Also updating our xproj files so that we can build the CLI from VS using the CLI. 2016-03-01 16:28:10 -08:00
InstallerTargets.cs Fill out pkg installer targets 2016-03-10 10:31:45 -08:00
MsiTargets.cs Generate zips for SharedHost and SharedFramework 2016-03-10 03:37:42 -08:00
PackageDependencies.cs Update CoreCLR & Corefx dependencies based on ldd method. 2016-02-24 16:59:26 -08:00
PackageTargets.cs Generate tars for SharedHost and SharedFramework 2016-03-10 03:37:43 -08:00
PkgTargets.cs Fill out pkg installer targets 2016-03-10 10:31:45 -08:00
PrepareTargets.cs Add SharedFramework MSI Authoring 2016-03-10 03:37:41 -08:00
Program.cs Add Conditional Target capabilities to the build scripts 2016-02-24 16:55:11 -08:00
project.json Crossgen Shared Framework managed assemblies 2016-03-10 04:38:15 -08:00
PublishTargets.cs Refactor SDK Build Steps 2016-03-10 03:37:40 -08:00
SharedFrameworkTargets.cs Crossgen Shared Framework managed assemblies 2016-03-10 04:38:15 -08:00
TestTargets.cs Move to CoreFX build rc2-23901 2016-03-03 16:41:55 -06:00