Workaround issues with Exec + npm when publishing npm packages
This commit is contained in:
parent
d74833c2d7
commit
f43a353021
|
|
@ -128,7 +128,7 @@
|
|||
StandardOutputImportance="Normal" />
|
||||
|
||||
<Exec Condition=" @(NpmPackageToPublish->Count()) != 0 "
|
||||
Command="npm publish --registry '$(PublishMyGetNpmRegistryUrl)' '%(NpmPackageToPublish.Identity)'"
|
||||
Command="npm publish --registry "$(PublishMyGetNpmRegistryUrl)" "%(NpmPackageToPublish.Identity)""
|
||||
ContinueOnError="true">
|
||||
<Output TaskParameter="ExitCode" ItemName="_NpmExitCodes" />
|
||||
</Exec>
|
||||
|
|
|
|||
Loading…
Reference in New Issue