Add SharedFramework MSI Authoring

This commit is contained in:
Matt Ellis 2016-03-08 19:32:31 -08:00
parent 04d21e6693
commit e6bcfee4a4
12 changed files with 413 additions and 3 deletions

View file

@ -114,6 +114,7 @@ namespace Microsoft.DotNet.Cli.Build
AddInstallerArtifactToContext(c, "dotnet", "Sdk");
AddInstallerArtifactToContext(c, "dotnet-host", "SharedHost");
AddInstallerArtifactToContext(c, "dotnet-sharedframework", "SharedFramework");
return c.Success();
}