Skip to content

Commit

Permalink
Fix build on some libs projects when metadata isn't available (dotnet…
Browse files Browse the repository at this point in the history
…#39960)

* Fix build on some libs projects when metadata isn't available

* Update references.targets
  • Loading branch information
ViktorHofer authored and Jacksondr5 committed Aug 10, 2020
1 parent 072fba9 commit 9d041a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/references.targets
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<ItemGroup>
<ProjectReferenceWithConfiguration PrivateAssets="all"
Private="false"
Condition="$(NetCoreAppLibrary.Contains('$([System.IO.Path]::GetFileNameWithoutExtension('%(MSBuildSourceProjectFile)'));'))" />
Condition="$(NetCoreAppLibrary.Contains('%(Filename);'))" />
</ItemGroup>
</Target>

Expand Down

0 comments on commit 9d041a4

Please sign in to comment.