Skip to content

Commit 728d6dc

Browse files
authored
chore(ci): update trx2junit to 1.6.0 - .NET 6.0 supported (#267)
1 parent b691232 commit 728d6dc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Scripts/ci-test.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,15 @@ TEST_PARAMS=()
3636

3737
if [[ "$CODE_COVERAGE_REPORT" = true ]]
3838
then
39-
TRX2JUNIT_VERSION="1.5.0"
39+
TRX2JUNIT_VERSION="1.6.0"
4040
TEST_PARAMS=(--collect:"XPlat Code Coverage")
4141
else
4242
TRX2JUNIT_VERSION="1.3.2"
4343
fi
4444

4545
if [[ "$NET_TEST_VERSION" = "netcoreapp6.0" ]]
4646
then
47-
# Temporally solution before https://github.com/gfoidl/trx2junit/pull/86
48-
export DOTNET_ROLL_FORWARD=Major
49-
TRX2JUNIT_VERSION="1.5.0"
47+
TRX2JUNIT_VERSION="1.6.0"
5048
fi
5149

5250
#

0 commit comments

Comments
 (0)