Skip to content

Commit 0b2a7ff

Browse files
fix: use ADO variable directly without env mapping
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fe37d1a commit 0b2a7ff

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.azure-pipelines/daily-ci-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ extends:
5151
- script: |
5252
echo "registry=$(NPM_REGISTRY_URL)" > .npmrc
5353
echo "always-auth=true" >> .npmrc
54-
env:
55-
NPM_REGISTRY_URL: $(npmRegistryUrl)
5654
displayName: Create .npmrc for Azure Artifacts feed
5755
workingDirectory: $(Build.SourcesDirectory)
5856

0 commit comments

Comments
 (0)