Skip to content

Commit 5c958cc

Browse files
committed
Copy Json on Build
1 parent c4c1c64 commit 5c958cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CustomCommands/CustomCommands.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@
77
<!--<OutputPath>.</OutputPath>-->
88
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
99
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
10+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1011
</PropertyGroup>
1112

1213
<ItemGroup>
1314
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.98" />
1415
</ItemGroup>
1516

17+
<ItemGroup>
18+
<None Update="Commands.example.json">
19+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
20+
</None>
21+
</ItemGroup>
22+
1623
</Project>

0 commit comments

Comments
 (0)