Create combined zip/tar for framework-host-sdk and framework-host

This commit is contained in:
Eric Mellino 2016-03-15 17:01:50 -07:00
parent 1c9803d980
commit 4fcabc47cc
3 changed files with 52 additions and 2 deletions

View file

@ -115,6 +115,8 @@ namespace Microsoft.DotNet.Cli.Build
AddInstallerArtifactToContext(c, "dotnet", "Sdk");
AddInstallerArtifactToContext(c, "dotnet-host", "SharedHost");
AddInstallerArtifactToContext(c, "dotnet-sharedframework", "SharedFramework");
AddInstallerArtifactToContext(c, "dotnet-combined-framework-sdk-host", "CombinedFrameworkSDKHost");
AddInstallerArtifactToContext(c, "dotnet-combined-framework-host", "CombinedFrameworkHost");
return c.Success();
}