Skip to content

Commit 461e49c

Browse files
committed
Fix
1 parent faf94ed commit 461e49c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NHibernate.TestDatabaseSetup/NHibernate.TestDatabaseSetup.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"
130130
if not exist "$(TargetDir)x64" md "$(TargetDir)x64"
131131
xcopy /s /y "$(SolutionDir)packages\Oracle.ManagedDataAccess.12.1.2400\bin\x64\*.*" "$(TargetDir)x64"
132+
</PostBuildEvent>
132133
</PropertyGroup>
133134
<Import Project="..\packages\System.Data.SQLite.Core.1.0.102.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.102.0\build\net46\System.Data.SQLite.Core.targets')" />
134135
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">

0 commit comments

Comments
 (0)