We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27cf3d commit 04e46e5Copy full SHA for 04e46e5
1 file changed
build/templates/dotnet-build-job-template.yml
@@ -52,11 +52,11 @@ jobs:
52
53
- script: |
54
node -v
55
- displayName: 'Print current node version'
+ displayName: 'Print node version'
56
57
58
npm -v
59
- displayName: 'Print current npm version'
+ displayName: 'Print npm version'
60
61
- task: Npm@1
62
displayName: 'Install Angular CLI'
@@ -68,6 +68,10 @@ jobs:
68
npm ci
69
displayName: 'Npm ci'
70
workingDirectory: '${{ parameters.frontEndProjectPath }}'
71
+
72
+ - script: |
73
+ ng version
74
+ displayName: 'Print Angular version'
75
76
77
ng build
0 commit comments