zarro 1.208.2 → 1.209.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -63,7 +63,7 @@ If the error looks transient, I suggest setting the environment
63
63
  msbuildArgs.push("/nodeReuse:false");
64
64
  }
65
65
  const concurrency = env.resolveNumber(env.BUILD_MAX_CPU_COUNT);
66
- msbuildArgs.push(`/m:${concurrency}`);
66
+ msbuildArgs.push(`-m:${concurrency}`);
67
67
  /** @type DotNetBuildOptions */
68
68
  const options = {
69
69
  target: "[not set]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zarro",
3
- "version": "1.208.2",
3
+ "version": "1.209.0",
4
4
  "description": "Some glue to make gulp easier, perhaps even zero- or close-to-zero-conf",
5
5
  "bin": {
6
6
  "zarro": "index.js"