Fix unit tests not getting a sqlite3.dll copy
This commit is contained in:
parent
342d4806bf
commit
58dd04aedf
1 changed files with 3 additions and 0 deletions
|
|
@ -125,6 +125,9 @@
|
|||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>xcopy $(SolutionDir)SqlBins\sqlite3.dll $(TargetDir)</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.
|
||||
<Target Name="BeforeBuild">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue