Skip to content

Commit c3a6e32

Browse files
committed
🔧 run dotnet core tests as part of regular test run
1 parent 2105ec8 commit c3a6e32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "2.0.9",
44
"description": "Log4Net is a logging framework for .NET",
55
"scripts": {
6-
"test": "cross-env NUNIT_PROCESS=Single MAX_CONCURRENCY=1 run-s clean-build \"zarro test-dotnet\"",
6+
"test": "cross-env NUNIT_PROCESS=Single MAX_CONCURRENCY=1 run-s clean-build \"zarro test-dotnet\" run-dotnet-core-tests",
7+
"run-dotnet-core-tests": "cross-env DOTNET_CORE=1 run-s \"zarro quick-test-dotnet\"",
78
"clean-build": "rimraf build",
89
"build": "run-s clean-build \"zarro build\"",
910
"build-release": "cross-env BUILD_CONFIGURATION=Release run-s clean-build \"zarro build\"",

0 commit comments

Comments
 (0)