zarro 1.191.1 → 1.192.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.
|
@@ -676,7 +676,7 @@ WARNING: 'dotnet pack' ignores --version-suffix when a nuspec file is provided.
|
|
|
676
676
|
const raw = `${opts.terminalLogger}`.toLowerCase(), sanitized = (raw === "auto" || raw === "off" || raw === "on")
|
|
677
677
|
? raw
|
|
678
678
|
: "auto";
|
|
679
|
-
args.push(
|
|
679
|
+
args.push(`--tl:${sanitized}`);
|
|
680
680
|
}
|
|
681
681
|
function pushOperatingSystem(args, opts) {
|
|
682
682
|
pushIfSet(args, opts.os, "--os");
|