Skip to content

Commit 56c35ae

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 177351d commit 56c35ae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ stages:
5252
jobs:
5353
- job: Publish_to_npm
5454
steps:
55+
- task: NodeTool@0
56+
inputs:
57+
versionSpec: '14.16.x'
58+
displayName: 'Install Node.js'
59+
60+
- script: npm install -g @angular/cli
61+
displayName: 'Install Angular CLI'
62+
5563
- task: Npm@1
5664
inputs:
5765
workingDir: $(System.DefaultWorkingDirectory)

0 commit comments

Comments
 (0)