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

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

16 lines
328 B
YAML
Raw Normal View History

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