Chain the sharedfx and sharedhost MSIs into a single dotnet redist bundle.

This commit is contained in:
Sridhar Periyasamy 2016-03-17 17:54:01 -07:00 committed by Piotr Puszkiewicz
parent 55ca13eee7
commit aeaced5b63
26 changed files with 375 additions and 18 deletions

View file

@ -13,7 +13,7 @@ namespace Microsoft.DotNet.Cli.Build
public class InstallerTargets
{
[Target(nameof(MsiTargets.GenerateMsis),
nameof(MsiTargets.GenerateBundle),
nameof(MsiTargets.GenerateBundles),
nameof(PkgTargets.GeneratePkgs))]//,
//nameof(InstallerTargets.GenerateDebs))]
public static BuildTargetResult GenerateInstaller(BuildTargetContext c)