Exclude the base dll from being copied out of root
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
|
||||
<Target Name="MoveDllsToLibsFolder" AfterTargets="Publish">
|
||||
<ItemGroup>
|
||||
<PublishedDlls Include="$(PublishDir)*.dll" />
|
||||
<PublishedDlls Include="$(PublishDir)*.dll" Exclude="$(PublishDir)$(AssemblyName).dll" />
|
||||
</ItemGroup>
|
||||
|
||||
<MakeDir Directories="$(PublishDir)SPT_Data\libs" />
|
||||
|
||||
Reference in New Issue
Block a user