Try fixing postbuild commands
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
<PackageReference Include="gtanetwork.api" Version="0.3.6" />
|
||||
</ItemGroup>
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="if NOT "$(ConfigurationName)" == "ServerBuild" then
 del "../../client_packages\*" /Q /S
 xcopy "$(OutDir)*" "../../bridge\resources\reallife-gamemode" /Y /Q
 del "../../client_packages\*.*" /Q
 xcopy "../../reallife-gamemode\reallife-gamemode\Client\*" "../../client_packages\" /S /Q /Y
fi" />
|
||||
<Exec Command="if NOT "$(ConfigurationName)" == "ServerBuild" (
 del "..\..\client_packages\*" /Q /S
 xcopy "$(OutDir)*" "..\..\bridge\resources\reallife-gamemode" /Y /Q
 del "..\..\client_packages\*.*" /Q
 xcopy "..\..\reallife-gamemode\reallife-gamemode\Client\*" "..\..\client_packages\" /S /Q /Y
)" />
|
||||
</Target>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user