Deb Package Targets

This commit is contained in:
Bryan Thornbury 2016-07-11 15:01:15 -07:00
parent 660d81901b
commit 003e6ba282
4 changed files with 112 additions and 9 deletions

View file

@ -80,7 +80,6 @@ namespace Microsoft.DotNet.Cli.Build
var sharedHostPkgIntermediatePath = Path.Combine(PkgsIntermediateDir, $"{SharedHostComponentId}.pkg");
var hostFxrPkgIntermediatePath = Path.Combine(PkgsIntermediateDir, $"{HostFxrComponentId}.pkg");
File.Copy(c.BuildContext.Get<string>("SharedFrameworkInstallerFile"), sharedFrameworkPkgIntermediatePath, true);
File.Copy(c.BuildContext.Get<string>("SharedHostInstallerFile"), sharedHostPkgIntermediatePath, true);
File.Copy(c.BuildContext.Get<string>("HostFxrInstallerFile"), hostFxrPkgIntermediatePath, true);