fixes #2408 stop using corehost to activate projectdependencycommands
This commit is contained in:
parent
48b3b02d3c
commit
64508f08ab
3 changed files with 15 additions and 45 deletions
|
@ -232,7 +232,6 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
sharedHostInstallerDownloadFile).Wait();
|
||||
|
||||
File.Copy(sharedHostInstallerDownloadFile, sharedHostInstallerDestinationFile, true);
|
||||
|
||||
}
|
||||
|
||||
return c.Success();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue