From 14cddf001ea73bb6e3964c8a5022f9fa99cdb8c1 Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Sat, 22 Feb 2020 18:43:46 -0800 Subject: [PATCH] Add post build event to copy installer to downloads folder. --- Agent.Installer.Win/Agent.Installer.Win.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Agent.Installer.Win/Agent.Installer.Win.csproj b/Agent.Installer.Win/Agent.Installer.Win.csproj index 21ef6939..e9e02db0 100644 --- a/Agent.Installer.Win/Agent.Installer.Win.csproj +++ b/Agent.Installer.Win/Agent.Installer.Win.csproj @@ -144,4 +144,7 @@ + + xcopy "$(TargetPath)" "$(SolutionDir)Server\wwwroot\Downloads\" /y /e /i + \ No newline at end of file