From 8cbee0c8519dc0ba97eab8ab8a925af9bca40107 Mon Sep 17 00:00:00 2001 From: Jan Dupej Date: Wed, 26 Jun 2024 11:18:47 +0200 Subject: [PATCH] Fixing cs CI paths. --- tools/ci-scripts/linux/build_cs.zsh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/ci-scripts/linux/build_cs.zsh b/tools/ci-scripts/linux/build_cs.zsh index bc6722c73..fa6a8b6a6 100755 --- a/tools/ci-scripts/linux/build_cs.zsh +++ b/tools/ci-scripts/linux/build_cs.zsh @@ -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