Skip to content

Commit 04e46e5

Browse files
committed
azure pipelines build
1 parent c27cf3d commit 04e46e5

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

build/templates/dotnet-build-job-template.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252

5353
- script: |
5454
node -v
55-
displayName: 'Print current node version'
55+
displayName: 'Print node version'
5656
5757
- script: |
5858
npm -v
59-
displayName: 'Print current npm version'
59+
displayName: 'Print npm version'
6060
6161
- task: Npm@1
6262
displayName: 'Install Angular CLI'
@@ -68,6 +68,10 @@ jobs:
6868
npm ci
6969
displayName: 'Npm ci'
7070
workingDirectory: '${{ parameters.frontEndProjectPath }}'
71+
72+
- script: |
73+
ng version
74+
displayName: 'Print Angular version'
7175
7276
- script: |
7377
ng build

0 commit comments

Comments
 (0)