Stop passing `--test-adapter-path` to `dotnet test` in scripts

this was causing a warning to appear, see microsoft/vstest#3475
don't entirely remember why it was necessary to pass
this, originally `-a`, at all; it's in the first commit d91c477e5
This commit is contained in:
YoshiRulz 2025-04-17 04:08:44 +10:00
parent 45f6bcb465
commit 3eb77a7567
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 0 additions and 1 deletions

View File

@ -7,5 +7,4 @@ config="$1"
shift
Dist/.InvokeCLIOnMainSln.sh "test" "$config" \
-l "junit;LogFilePath=$PWD/test_output/{assembly}.coverage.xml;MethodFormat=Class;FailureBodyFormat=Verbose" \
--test-adapter-path . \
"$@"