zarro 1.114.0 → 1.114.2
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.
|
@@ -328,6 +328,12 @@ module.exports = function _env(env) {
|
|
|
328
328
|
default: ""
|
|
329
329
|
});
|
|
330
330
|
|
|
331
|
+
env.register({
|
|
332
|
+
name: "NUGET_PUSH_TIMEOUT",
|
|
333
|
+
help: "timeout, in seconds, for an attempted push of a nuget package; if left undefined, the default for the tool is used (typically 300, ie 5 min)",
|
|
334
|
+
default: ""
|
|
335
|
+
});
|
|
336
|
+
|
|
331
337
|
env.register({
|
|
332
338
|
name: "DOTNET_PUBLISH_RUNTIMES",
|
|
333
339
|
help: "Runtimes to publish dotnet core targets for, if required"
|