Fix npm command
This commit is contained in:
parent
d71cca6b1b
commit
c4196fabf3
|
|
@ -199,6 +199,7 @@
|
|||
<Run FileName="npm"
|
||||
Arguments="publish;--registry;$(PublishMyGetNpmRegistryUrl);%(NpmPackageToPublish.Identity)"
|
||||
MaxRetries="5"
|
||||
UseCommandProcessor="true"
|
||||
ContinueOnError="true">
|
||||
<Output TaskParameter="ExitCode" ItemName="_NpmExitCodes" />
|
||||
</Run>
|
||||
|
|
|
|||
Loading…
Reference in New Issue