From 768d081e661ccd9ed81ebe6e56300e9623a6519a Mon Sep 17 00:00:00 2001 From: dbuechel Date: Thu, 15 Feb 2018 07:56:58 +0100 Subject: [PATCH] SEBWIN-219: Second attempt at fixing post-build errors. --- SafeExamBrowser.Runtime/SafeExamBrowser.Runtime.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SafeExamBrowser.Runtime/SafeExamBrowser.Runtime.csproj b/SafeExamBrowser.Runtime/SafeExamBrowser.Runtime.csproj index 4e4d0d3d..957d666f 100644 --- a/SafeExamBrowser.Runtime/SafeExamBrowser.Runtime.csproj +++ b/SafeExamBrowser.Runtime/SafeExamBrowser.Runtime.csproj @@ -164,7 +164,7 @@ - xcopy "$(SolutionDir)SafeExamBrowser.Client\bin\$(PlatformName)\$(ConfigurationName)" "$(ProjectDir)\bin\$(PlatformName)\$(ConfigurationName)" /e /y + xcopy "$(SolutionDir)SafeExamBrowser.Client\bin\$(PlatformName)\$(ConfigurationName)" "$(ProjectDir)bin\$(PlatformName)\$(ConfigurationName)" /e /y