Skip to content

Commit ef45a89

Browse files
committed
using templates in release-branch-build.yml
1 parent 2d7a8df commit ef45a89

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
@@ -42,10 +42,7 @@ jobs:
4242
IsSignedZipBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsSignedZipBranch'] ]
4343

4444
steps:
45-
- task: NodeTool@0
46-
inputs:
47-
versionSpec: 12.13.1
48-
displayName: Install Node.js 12.13.1
45+
- template: platforms/templates/preparation.yml
4946

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

0 commit comments

Comments
 (0)