From e08cf553e4986730e2166ad95b8d73acaa3fc70f Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Sat, 9 Mar 2019 11:05:32 -0800 Subject: [PATCH] Updated post-build event for Azure Pipelines. --- Remotely_ScreenCast/Remotely_ScreenCast.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remotely_ScreenCast/Remotely_ScreenCast.csproj b/Remotely_ScreenCast/Remotely_ScreenCast.csproj index 6ec2cee2..1a830447 100644 --- a/Remotely_ScreenCast/Remotely_ScreenCast.csproj +++ b/Remotely_ScreenCast/Remotely_ScreenCast.csproj @@ -182,7 +182,7 @@ - copy /y "$(TargetPath)" "..\$(ProjectDir)Remotely_Agent\Resources\" + powershell -Command "& {Copy-Item -Path '$(TargetPath)' -Destination ((Get-Item -Path '$(ProjectDir)').Parent.FullName + '\Remotely_Agent\Resources') -Force }"