Fix wrapped project export
This commit is contained in:
parent
25d70c07c3
commit
304127ec0d
1 changed files with 3 additions and 3 deletions
|
@ -215,7 +215,7 @@ namespace Microsoft.DotNet.ProjectModel.Compilation
|
|||
|
||||
var compileAsset = new LibraryAsset(
|
||||
project.Project.Name,
|
||||
null,
|
||||
Path.GetFileName(assemblyPath),
|
||||
assemblyPath);
|
||||
|
||||
builder.AddCompilationAssembly(compileAsset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue