Skip to content

Commit 0291081

Browse files
committed
ci: fix dotnet test syntax for .NET 10 (--project flag)
1 parent b48f874 commit 0291081

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
else
5656
FILTER='TestCategory!=OpenBugs & TestCategory!=WindowsOnly'
5757
fi
58-
dotnet test test/NumSharp.UnitTest/NumSharp.UnitTest.csproj \
58+
dotnet test --project test/NumSharp.UnitTest/NumSharp.UnitTest.csproj \
5959
--configuration Release --no-build --framework net10.0 \
6060
--filter "$FILTER" --logger trx
6161

0 commit comments

Comments
 (0)