File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 35
35
ReleaseVersion : $[ dependencies.GetReleaseVersion.outputs['Version.ReleaseVersion'] ]
36
36
37
37
steps :
38
- - task : NodeTool@0
39
- inputs :
40
- versionSpec : 12.13.1
41
- displayName : Install Node.js 12.13.1
38
+ - template : platforms/templates/preparation.yml
42
39
43
40
# This has to be done separately because VSTS inexplicably
44
41
# exits the script block after `npm install` completes.
@@ -74,23 +71,15 @@ jobs:
74
71
vmImage : macos-10.14
75
72
76
73
steps :
77
- - task : NodeTool@0
78
- inputs :
79
- versionSpec : 12.13.1
80
- displayName : Install Node.js 12.13.1
74
+ - template : platforms/templates/preparation.yml
81
75
82
- -
script :
npm install --global [email protected]
83
- displayName : Update npm
76
+ - template : platforms/templates/bootstrap.yml
84
77
85
- - script : |
86
- script/bootstrap
87
- displayName: Bootstrap
88
-
89
- - script : |
78
+ - script : |
90
79
cd script/lib
91
80
npm install
92
81
displayName: npm install
93
- - script : |
82
+ - script : |
94
83
cd script/lib/update-dependency
95
84
node index.js
96
85
displayName: Bump depedencies
You can’t perform that action at this time.
0 commit comments