Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 8cbee0c

Browse files
committed
Fixing cs CI paths.
1 parent 3f6cdbe commit 8cbee0c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/ci-scripts/linux/build_cs.zsh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ msbuild /p:Configuration=Debug /m $BOND_ROOT/cs/cs.sln
1919
msbuild /p:Configuration=Fields /m $BOND_ROOT/cs/cs.sln
2020

2121
mono /root/NUnit.ConsoleRunner/tools/nunit3-console.exe -framework=mono -labels=All \
22-
$BOND_ROOT/cs/test/core/bin/debug/Properties/net45/Bond.UnitTest.dll \
23-
$BOND_ROOT/cs/test/core/bin/debug/Fields/net45/Bond.UnitTest.dll \
24-
$BOND_ROOT/cs/test/coreNS10/bin/debug/Properties/net45/Bond.UnitTestCoreNS10.dll \
25-
$BOND_ROOT/cs/test/coreNS10/bin/debug/Fields/net45/Bond.UnitTestCoreNS10.dll \
26-
$BOND_ROOT/cs/test/internal/bin/debug/net45/Bond.InternalTest.dll
22+
$BOND_ROOT/cs/test/core/bin/debug/Properties/net462/Bond.UnitTest.dll \
23+
$BOND_ROOT/cs/test/core/bin/debug/Fields/net462/Bond.UnitTest.dll \
24+
$BOND_ROOT/cs/test/coreNS10/bin/debug/Properties/net462/Bond.UnitTestCoreNS10.dll \
25+
$BOND_ROOT/cs/test/coreNS10/bin/debug/Fields/net462/Bond.UnitTestCoreNS10.dll \
26+
$BOND_ROOT/cs/test/internal/bin/debug/net462/Bond.InternalTest.dll

0 commit comments

Comments
 (0)