We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74833c commit f43a353Copy full SHA for f43a353
build/publish/Publish.csproj
@@ -128,7 +128,7 @@
128
StandardOutputImportance="Normal" />
129
130
<Exec Condition=" @(NpmPackageToPublish->Count()) != 0 "
131
- Command="npm publish --registry '$(PublishMyGetNpmRegistryUrl)' '%(NpmPackageToPublish.Identity)'"
+ Command="npm publish --registry "$(PublishMyGetNpmRegistryUrl)" "%(NpmPackageToPublish.Identity)""
132
ContinueOnError="true">
133
<Output TaskParameter="ExitCode" ItemName="_NpmExitCodes" />
134
</Exec>
0 commit comments