Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 2c09458

Browse files
Adding post build event to copy relevant libraries
1 parent 505ed46 commit 2c09458

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/IntegrationTests/IntegrationTests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,7 @@
124124
</Target>
125125
-->
126126
<Import Project="..\..\..\common\build.targets" />
127+
<PropertyGroup>
128+
<PostBuildEvent>copy $(OutDir)x64\* $(OutDir)</PostBuildEvent>
129+
</PropertyGroup>
127130
</Project>

0 commit comments

Comments
 (0)