Skip to content

Commit 3eead79

Browse files
authored
devops: authenticate stable-test-runner npm registry in ESRP pipeline (#42146)
1 parent 4acdb2f commit 3eead79

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.azure-pipelines/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,18 @@ extends:
5959
targetType: "inline"
6060
script: |
6161
echo "registry=https://devdiv.pkgs.visualstudio.com/DevDiv/_packaging/DevDiv_PublicPackages/npm/registry/" >> .npmrc
62+
echo "registry=https://devdiv.pkgs.visualstudio.com/DevDiv/_packaging/DevDiv_PublicPackages/npm/registry/" >> tests/playwright-test/stable-test-runner/.npmrc
6263
6364
- task: npmAuthenticate@0
6465
displayName: "authenticate the private npm registry"
6566
inputs:
6667
workingFile: .npmrc
6768

69+
- task: npmAuthenticate@0
70+
displayName: "authenticate the private npm registry for stable-test-runner"
71+
inputs:
72+
workingFile: tests/playwright-test/stable-test-runner/.npmrc
73+
6874
- script: npm ci
6975
displayName: "npm ci"
7076

0 commit comments

Comments
 (0)