From d4644f84f9e096d8c9e62187773f2988326894f1 Mon Sep 17 00:00:00 2001 From: Nick Blakely Date: Sat, 27 Aug 2022 23:27:26 -0700 Subject: [PATCH] Move post-build steps to custom target. --- Giants.Launcher/Giants.Launcher.csproj | 12 ++---------- Giants.WebApi.Clients/Giants.WebApi.Clients.csproj | 4 ++-- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/Giants.Launcher/Giants.Launcher.csproj b/Giants.Launcher/Giants.Launcher.csproj index 97b1ef6..0820ff6 100644 --- a/Giants.Launcher/Giants.Launcher.csproj +++ b/Giants.Launcher/Giants.Launcher.csproj @@ -232,15 +232,7 @@ - - xcopy /DY "$(TargetPath)" "$(GIANTS_PATH)\$(TargetFileName)*" - xcopy /DY "$(TargetPath)" "$(GIANTS_PATH)\$(TargetFileName)*" - - \ No newline at end of file diff --git a/Giants.WebApi.Clients/Giants.WebApi.Clients.csproj b/Giants.WebApi.Clients/Giants.WebApi.Clients.csproj index 17dc774..3977d03 100644 --- a/Giants.WebApi.Clients/Giants.WebApi.Clients.csproj +++ b/Giants.WebApi.Clients/Giants.WebApi.Clients.csproj @@ -36,8 +36,8 @@ - - + +