Last change
on this file since 85788 was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
513 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # File templates/spell-check-prereq-steps.yml
|
---|
3 | #
|
---|
4 | # template file used to install spell checking prerequisits
|
---|
5 | #
|
---|
6 | # Copyright (c) Microsoft Corporation.
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | ##
|
---|
9 |
|
---|
10 | parameters:
|
---|
11 | none: ''
|
---|
12 |
|
---|
13 | steps:
|
---|
14 | - task: NodeTool@0
|
---|
15 | inputs:
|
---|
16 | versionSpec: '10.x'
|
---|
17 | #checkLatest: false # Optional
|
---|
18 | condition: and(gt(variables.pkg_count, 0), succeeded())
|
---|
19 |
|
---|
20 | - script: npm install -g cspell
|
---|
21 | displayName: 'Install cspell npm'
|
---|
22 | condition: and(gt(variables.pkg_count, 0), succeeded())
|
---|
Note:
See
TracBrowser
for help on using the repository browser.