Skip to content

Commit

Permalink
Fixed test kernel targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp2masa committed Dec 5, 2018
1 parent 1a8a398 commit a563edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Kernels/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
Outputs="$(_ReferencesFile)">

<ItemGroup>
<_Il2cpuAssemblies Include="@(ResolvedFileToPublish)"
<_Il2cpuAssemblies Include="@(ResolvedFileToPublish->'%(FullPath)')"
Condition="'%(ResolvedFileToPublish.AssetType)' != 'native'
AND '%(ResolvedFileToPublish.Extension)' == '.dll'" />
</ItemGroup>
Expand Down

0 comments on commit a563edb

Please sign in to comment.