Fix Bamboo...

This commit is contained in:
Zidonuke 2011-12-18 23:46:16 -05:00
parent a279ee284a
commit 432c4b20e0

View file

@ -126,7 +126,7 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy $(SolutionDir)SqlBins\sqlite3.dll $(TargetDir)</PostBuildEvent>
<PostBuildEvent>xcopy .\..\..\..\SqlBins\sqlite3.dll . /Y</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.