zarro 1.170.20 → 1.170.22

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.
@@ -822,6 +822,9 @@ WARNING: 'dotnet pack' ignores --version-suffix when a nuspec file is provided.
822
822
  pushIfSet(args, opts.source, "--source");
823
823
  pushIfSet(args, opts.packageDirectory, "--package-directory");
824
824
  pushFlag(args, opts.preRelease, "--prerelease");
825
+ if (opts.suppressOutput === undefined) {
826
+ opts.suppressOutput = true;
827
+ }
825
828
  await runDotNetWith(args, opts);
826
829
  }
827
830
  module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zarro",
3
- "version": "1.170.20",
3
+ "version": "1.170.22",
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"