diff --git a/Snowflake.Data.Tests/Snowflake.Data.Tests.csproj b/Snowflake.Data.Tests/Snowflake.Data.Tests.csproj index 811fb2b96..2395fa9a8 100644 --- a/Snowflake.Data.Tests/Snowflake.Data.Tests.csproj +++ b/Snowflake.Data.Tests/Snowflake.Data.Tests.csproj @@ -14,6 +14,7 @@ + diff --git a/ci/container/test_component.sh b/ci/container/test_component.sh index 7018c5e6e..c87669114 100755 --- a/ci/container/test_component.sh +++ b/ci/container/test_component.sh @@ -5,4 +5,4 @@ THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" export SOURCE_ROOT=${SOURCE_ROOT:-/mnt/host} cd $SOURCE_ROOT -dotnet test -f net6.0 -l "console;verbosity=normal" --logger trx +dotnet test -f net6.0 -l "console;verbosity=normal" --logger:"junit;LogFilePath=../junit-dotnet.xml"