fixes #2408 stop using corehost to activate projectdependencycommands

This commit is contained in:
Bryan Thornbury 2016-06-02 10:50:38 -07:00
parent 48b3b02d3c
commit 64508f08ab
3 changed files with 15 additions and 45 deletions

View file

@ -232,7 +232,6 @@ namespace Microsoft.DotNet.Cli.Build
sharedHostInstallerDownloadFile).Wait();
File.Copy(sharedHostInstallerDownloadFile, sharedHostInstallerDestinationFile, true);
}
return c.Success();