Generate actual deps.json file

This commit is contained in:
Pavel Krymets 2016-03-08 16:46:50 -08:00
parent 1087283bfd
commit 9631ba8927
20 changed files with 211 additions and 78 deletions

View file

@ -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();