Skip to content

Commit cce09e1

Browse files
committed
Update Steam publish build target
1 parent 8b953ae commit cce09e1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ShopAPI.csproj

+7-1
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,14 @@
4949
</ItemGroup>
5050

5151
<Target Condition="'$(Configuration)'!='Modman (Release)'" Name="CopyVanillaPlugin" AfterTargets="Build">
52+
<ItemGroup>
53+
<SteamFiles Include="publish\steam\*.*"/>
54+
</ItemGroup>
5255
<!-- The 1 in the destination folder name ensures its the first plugin to load. -->
53-
<Copy SourceFiles="$(OutputPath)\$(AssemblyName).dll;preview.png" DestinationFolder="$(CWDir)\Plugins\1$(MSBuildProjectName)" />
56+
<Copy
57+
SourceFiles="$(OutputPath)\$(AssemblyName).dll;@(SteamFiles)"
58+
DestinationFolder="$(CWDir)\Plugins\1$(MSBuildProjectName)"
59+
/>
5460
</Target>
5561

5662
<Target Condition="'$(Configuration)'=='Modman (Release)'" Name="CopyBepInExPlugin" AfterTargets="Build">
File renamed without changes.

0 commit comments

Comments
 (0)