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 = {
|