Fix npm command
This commit is contained in:
parent
8e261175d2
commit
14cc048102
|
|
@ -196,8 +196,9 @@
|
|||
<Exec Command="npm config set "$(AuthTokenSetting)" $(PublishMyGetFeedKey)"
|
||||
StandardOutputImportance="Normal" />
|
||||
|
||||
<Run FileName="npm"
|
||||
Arguments="publish;--registry;$(PublishMyGetNpmRegistryUrl);%(NpmPackageToPublish.Identity)"
|
||||
<!-- When you UseCommandProcessor FileName is ignored -->
|
||||
<Run FileName="cmd"
|
||||
Arguments="npm;publish;--registry;$(PublishMyGetNpmRegistryUrl);%(NpmPackageToPublish.Identity)"
|
||||
MaxRetries="5"
|
||||
UseCommandProcessor="true"
|
||||
ContinueOnError="true">
|
||||
|
|
|
|||
Loading…
Reference in New Issue