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 73b27ef commit 17d49daCopy full SHA for 17d49da
ci/azure-pipelines.yml
@@ -178,13 +178,15 @@ stages:
178
touch $(Agent.TempDirectory)/.npmrc
179
echo '##vso[task.setvariable variable=NPM_CONFIG_USERCONFIG]$(Agent.TempDirectory)/.npmrc'
180
displayName: 'create user .npmrc file'
181
+ - script: |
182
+ npm config set registry https://registry.npmjs.org/
183
+ npm config ls
184
+ displayName: 'set npmjs registry'
185
- task: npmAuthenticate@0
186
inputs:
187
workingFile: '$(Agent.TempDirectory)/.npmrc'
188
customEndpoint: 'fabric-chainode-node-npm'
189
- script: |
- npm config ls
- npm login
190
# Add or delete modules from here..
191
for module in fabric-shim fabric-shim-crypto fabric-contract-api; do
192
if [ -d "$module" ]; then
0 commit comments