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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
342 B
YAML
Raw Normal View History

2024-11-15 06:29:18 +00:00
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