Generate actual deps.json file
This commit is contained in:
parent
1087283bfd
commit
9631ba8927
20 changed files with 211 additions and 78 deletions
|
@ -163,7 +163,7 @@ namespace Microsoft.DotNet.Tools.Restore
|
|||
toolDescription.Identity.Name + FileNameSuffixes.Deps);
|
||||
|
||||
var calculator = context.GetOutputPaths(Constants.DefaultConfiguration, buidBasePath: null, outputPath: context.ProjectDirectory);
|
||||
var executable = new Executable(context, calculator, context.CreateExporter(Constants.DefaultConfiguration));
|
||||
var executable = new Executable(context, calculator, context.CreateExporter(Constants.DefaultConfiguration), null);
|
||||
|
||||
executable.MakeCompilationOutputRunnable();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue