Last change
on this file since 106129 was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
520 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: '14.x'
|
---|
17 | #checkLatest: false # Optional
|
---|
18 | condition: and(gt(variables.pkg_count, 0), succeeded())
|
---|
19 |
|
---|
20 | - script: npm install -g cspell@5.20.0
|
---|
21 | displayName: 'Install cspell npm'
|
---|
22 | condition: and(gt(variables.pkg_count, 0), succeeded())
|
---|
Note:
See
TracBrowser
for help on using the repository browser.