Chain the sharedfx and sharedhost MSIs into a single dotnet redist bundle.
This commit is contained in:
parent
55ca13eee7
commit
aeaced5b63
26 changed files with 375 additions and 18 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue