From 6ef22e5d10dc2ef2f92be7b692a62eb6cc40c618 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Sat, 17 Jan 2026 13:48:03 +0800 Subject: [PATCH] =?UTF-8?q?chore(test):=20=E6=9B=B4=E6=96=B0=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E5=B7=A5=E4=BD=9C=E6=B5=81=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 trx 日志记录器中的 LogFileName 参数 - 简化测试结果日志配置以提高兼容性 - [skip ci] --- .github/workflows/auto-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 1193d55..fe22474 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -65,7 +65,7 @@ jobs: dotnet test \ --no-build \ -c Release \ - --logger "trx;LogFileName={assembly}.trx" \ + --logger "trx" \ --results-directory ${{ github.workspace }}/TestResults - name: Test Report