We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2105ec8 commit c3a6e32Copy full SHA for c3a6e32
package.json
@@ -3,7 +3,8 @@
3
"version": "2.0.9",
4
"description": "Log4Net is a logging framework for .NET",
5
"scripts": {
6
- "test": "cross-env NUNIT_PROCESS=Single MAX_CONCURRENCY=1 run-s clean-build \"zarro test-dotnet\"",
+ "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\"",
8
"clean-build": "rimraf build",
9
"build": "run-s clean-build \"zarro build\"",
10
"build-release": "cross-env BUILD_CONFIGURATION=Release run-s clean-build \"zarro build\"",
0 commit comments