Fix npm command

This commit is contained in:
Ryan Brandenburg 2018-04-09 14:56:29 -07:00
parent d71cca6b1b
commit c4196fabf3
1 changed files with 1 additions and 0 deletions

View File

@ -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>