项目文件夹

文件
2024-09-10 19:37:36 -07:00

16 行
328 B
YAML

pool:
vmImage: "ubuntu-latest"
trigger:
branches:
include: ["main", "release/*"]
pr: none
steps:
- task: NodeTool@0
inputs:
versionSource: fromFile
versionFilePath: .nvmrc
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
- template: ./distro/download-distro.yml@self