Fix wrapped project export

This commit is contained in:
Pavel Krymets 2016-03-04 12:16:23 -08:00
parent 25d70c07c3
commit 304127ec0d

View file

@ -215,7 +215,7 @@ namespace Microsoft.DotNet.ProjectModel.Compilation
var compileAsset = new LibraryAsset(
project.Project.Name,
null,
Path.GetFileName(assemblyPath),
assemblyPath);
builder.AddCompilationAssembly(compileAsset);