using templates in release-branch-build.yml

This commit is contained in:
aminya 2020-07-16 00:43:15 -05:00 committed by Amin Yahyaabadi
parent 0c9103c7e3
commit 19b5177396

View File

@ -39,10 +39,7 @@ jobs:
IsSignedZipBranch: $[ dependencies.GetReleaseVersion.outputs['Version.IsSignedZipBranch'] ]
steps:
- task: NodeTool@0
inputs:
versionSpec: 12.4.0
displayName: Install Node.js 12.4.0
- template: platforms/templates/preparation.yml
# This has to be done separately because VSTS inexplicably
# exits the script block after `npm install` completes.