Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit e35129f

Browse files
committed
Build and deploy native corefx components for test run
1 parent 4ae994a commit e35129f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

run-test.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ create_test_overlay()
128128
exit 1
129129
fi
130130
find $CoreFxBins -name '*.dll' -exec cp '{}' "$OverlayDir" ";"
131+
132+
# Then the native linux CoreFX binaries
133+
#
134+
# TODO: Currently, CI does not build the native CoreFX components so build them here
135+
# in the test phase for now.
136+
( $ProjectRoot/src/Native/build.sh && cp $ProjectRoot/bin/$OS.x64.$Configuration/Native/*.so $OverlayDir ) || exit 1
131137
}
132138

133139
copy_test_overlay()

0 commit comments

Comments
 (0)