Undo test code changes
This commit is contained in:
@@ -52,11 +52,4 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\LICENSE" Pack="true" Visible="false" PackagePath="" />
|
<None Include="..\LICENSE" Pack="true" Visible="false" PackagePath="" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Target Name="MoveDllsToLibsFolder" AfterTargets="Publish">
|
|
||||||
<ItemGroup>
|
|
||||||
<PublishedDlls Include="$(PublishDir)*.dll" Exclude="$(PublishDir)$(AssemblyName).dll" />
|
|
||||||
</ItemGroup>
|
|
||||||
<MakeDir Directories="$(PublishDir)SPT_Data\libs" />
|
|
||||||
<Move SourceFiles="@(PublishedDlls)" DestinationFolder="$(PublishDir)SPT_Data\libs\" />
|
|
||||||
</Target>
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user