Skip to content

Commit 48fe03e

Browse files
committed
🔧 a little configuration and an update to zarro
reconfiguring for newly-supported zarro syntax makes the package.json easier to read (:
1 parent 84917ab commit 48fe03e

File tree

6 files changed

+1832
-85
lines changed

6 files changed

+1832
-85
lines changed

.zarro-defaults

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# zarro defaults file:
2+
# place one VARIABLE=VALUE per line below
3+
# variables here will not override existing environment variables
4+
# unless prepended with a bang, ie
5+
# !VARIABLE=Value
6+
# so this means anything you set in your package.json, eg with
7+
# cross-env, will override what's in here unless you've specifically
8+
# marked the setting in here as forced with !
9+
10+
# instruct nunit console runner to run in a single process
11+
NUNIT_PROCESS=Single
12+
13+
# determines how many tests can run in parallel - 1 is fine
14+
MAX_CONCURRENCY=1
15+
16+
# specify what to build (prevents accidental build of any other sln)
17+
BUILD_INCLUDE=src/log4net.sln

0 commit comments

Comments
 (0)