Ensuring destination with $(ProjectDir).
This commit is contained in:
@@ -929,7 +929,7 @@
|
||||
<PreBuildEvent>
|
||||
</PreBuildEvent>
|
||||
<PostBuildEvent>echo "Copying .xml files for tests"
|
||||
xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2008\Spring.Core.Tests\$(ConfigurationName)\ /y /s /q /d
|
||||
xcopy "$(ProjectDir)$(TargetFileName).config" ..\..\..\..\build\VS.Net.2008\Spring.Core.Tests\$(ConfigurationName)\ /y /s /q</PostBuildEvent>
|
||||
xcopy "$(ProjectDir)Data" "$(ProjectDir)..\..\..\build\VS.Net.2008\Spring.Core.Tests\$(ConfigurationName)\" /y /s /q /d
|
||||
xcopy "$(ProjectDir)$(TargetFileName).config" "$(ProjectDir)..\..\..\build\VS.Net.2008\Spring.Core.Tests\$(ConfigurationName)\" /y /s /q</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user