zarro 1.173.6 → 1.173.10
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.
|
@@ -1017,8 +1017,7 @@ WARNING: 'dotnet pack' ignores --version-suffix when a nuspec file is provided.
|
|
|
1017
1017
|
id: pkg.id,
|
|
1018
1018
|
version: pkg.version.toString(),
|
|
1019
1019
|
source: opts.source,
|
|
1020
|
-
noRestore: opts.noRestore
|
|
1021
|
-
preRelease: opts.preRelease
|
|
1020
|
+
noRestore: opts.noRestore
|
|
1022
1021
|
}));
|
|
1023
1022
|
}
|
|
1024
1023
|
}
|
|
@@ -732,8 +732,7 @@
|
|
|
732
732
|
});
|
|
733
733
|
env.register({
|
|
734
734
|
name: "PACKAGE_REGISTRY",
|
|
735
|
-
help: "Specify npm source to push to.
|
|
736
|
-
default: "nuget.org"
|
|
735
|
+
help: "Specify npm source to push to. When unspecified, behavior is left up to npm"
|
|
737
736
|
});
|
|
738
737
|
debug("-- env registration complete --");
|
|
739
738
|
};
|