Skip to content

Commit 19b5177

Browse files
committed
using templates in release-branch-build.yml
1 parent 0c9103c commit 19b5177

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

script/vsts/release-branch-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ jobs:
3939
IsSignedZipBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsSignedZipBranch'] ]
4040

4141
steps:
42-
- task: NodeTool@0
43-
inputs:
44-
versionSpec: 12.4.0
45-
displayName: Install Node.js 12.4.0
42+
- template: platforms/templates/preparation.yml
4643

4744
# This has to be done separately because VSTS inexplicably
4845
# exits the script block after `npm install` completes.

0 commit comments

Comments
 (0)