VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/.azurepipelines/templates/spell-check-prereq-steps.yml@ 99476

最後變更 在這個檔案從99476是 99404,由 vboxsync 提交於 2 年 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 520 位元組
 
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
10parameters:
11 none: ''
12
13steps:
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 [email protected]
21 displayName: 'Install cspell npm'
22 condition: and(gt(variables.pkg_count, 0), succeeded())
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette