From 3611a36b8b5b1fa6300766a4ff56c412e55839ed 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