From 3438d88076e3f461aa796f28fefac93545a5427a Mon Sep 17 00:00:00 2001 From: Bobbie Hodgetts Date: Wed, 8 Jul 2020 10:00:08 +0100 Subject: [PATCH] Release version now copies to Dropbox --- .../BealeEngineering.Accounts.csproj | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/BealeEngineering/BealeEngineering.Accounts/BealeEngineering.Accounts.csproj b/BealeEngineering/BealeEngineering.Accounts/BealeEngineering.Accounts.csproj index 8b2d770..444b61e 100644 --- a/BealeEngineering/BealeEngineering.Accounts/BealeEngineering.Accounts.csproj +++ b/BealeEngineering/BealeEngineering.Accounts/BealeEngineering.Accounts.csproj @@ -60,6 +60,9 @@ false + + OnOutputUpdated + @@ -178,4 +181,8 @@ + + xcopy /E /Y "$(ProjectDir)bin\Release" "C:\Users\Bobbie\Dropbox\Apps\Beale Accounts" + + \ No newline at end of file