Skip to content

Commit a777363

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
Add task for npm install with "public proget"
1 parent c8448f2 commit a777363

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,15 @@ steps:
99
- script: npm config set $(igScope):_auth=$(token)
1010
displayName: 'Npm config auth'
1111

12-
- script: npm ci
13-
displayName: 'Install dependencies'
12+
#- script: npm ci
13+
# displayName: 'Install dependencies'
14+
# env:
15+
# AZURE_PIPELINES: "true"
16+
17+
- task: Npm@1
18+
inputs:
19+
command: 'ci'
20+
customEndpoint: 'public proget'
1421
env:
1522
AZURE_PIPELINES: "true"
1623

0 commit comments

Comments
 (0)