We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8448f2 commit a777363Copy full SHA for a777363
1 file changed
azure-pipelines.yml
@@ -9,8 +9,15 @@ steps:
9
- script: npm config set $(igScope):_auth=$(token)
10
displayName: 'Npm config auth'
11
12
-- script: npm ci
13
- displayName: 'Install dependencies'
+#- script: npm ci
+# displayName: 'Install dependencies'
14
+# env:
15
+# AZURE_PIPELINES: "true"
16
+
17
+- task: Npm@1
18
+ inputs:
19
+ command: 'ci'
20
+ customEndpoint: 'public proget'
21
env:
22
AZURE_PIPELINES: "true"
23
0 commit comments