Skip to content

Commit

Permalink
Fixing cs CI paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
jandupej committed Jun 26, 2024
1 parent 3f6cdbe commit 8cbee0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/ci-scripts/linux/build_cs.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ msbuild /p:Configuration=Debug /m $BOND_ROOT/cs/cs.sln
msbuild /p:Configuration=Fields /m $BOND_ROOT/cs/cs.sln

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

0 comments on commit 8cbee0c

Please sign in to comment.