SEBWIN-219: Second attempt at fixing post-build errors.
This commit is contained in:
parent
5d35e46c42
commit
768d081e66
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@
|
|||
<ItemGroup />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>xcopy "$(SolutionDir)SafeExamBrowser.Client\bin\$(PlatformName)\$(ConfigurationName)" "$(ProjectDir)\bin\$(PlatformName)\$(ConfigurationName)" /e /y</PostBuildEvent>
|
||||
<PostBuildEvent>xcopy "$(SolutionDir)SafeExamBrowser.Client\bin\$(PlatformName)\$(ConfigurationName)" "$(ProjectDir)bin\$(PlatformName)\$(ConfigurationName)" /e /y</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>
|
||||
|
|
Loading…
Reference in a new issue