vscode/build/azure-pipelines/distro-build.yml

17 lines
342 B
YAML
Raw Normal View History

2021-10-19 19:58:55 +08:00
pool:
name: 1es-ubuntu-22.04-x64
os: linux
2021-10-19 19:58:55 +08:00
2019-04-08 17:56:54 +08:00
trigger:
branches:
2021-02-15 03:10:24 +08:00
include: ["main", "release/*"]
2022-05-11 23:26:15 +08:00
pr: none
2019-04-08 17:56:54 +08:00
2019-04-08 17:49:07 +08:00
steps:
2020-11-24 18:44:18 +08:00
- task: NodeTool@0
inputs:
versionSource: fromFile
versionFilePath: .nvmrc
2024-07-15 17:11:34 +08:00
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
2024-03-21 21:16:32 +08:00
- template: ./distro/download-distro.yml@self