Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
using templates in release-branch-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 10, 2020
1 parent a2d735e commit aa45e57
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions script/vsts/release-branch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aa45e57

Please sign in to comment.