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

17 строки
342 B
YAML

pool:
name: 1es-ubuntu-22.04-x64
os: linux
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