There was an error while loading. Please reload this page.
1 parent 4acdb2f commit 3eead79Copy full SHA for 3eead79
1 file changed
.azure-pipelines/publish.yml
@@ -59,12 +59,18 @@ extends:
59
targetType: "inline"
60
script: |
61
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
63
64
- task: npmAuthenticate@0
65
displayName: "authenticate the private npm registry"
66
inputs:
67
workingFile: .npmrc
68
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
+
74
- script: npm ci
75
displayName: "npm ci"
76
0 commit comments