-
Notifications
You must be signed in to change notification settings - Fork 4
/
azure-pipelines.yml
40 lines (34 loc) · 1020 Bytes
/
azure-pipelines.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
trigger:
batch: true
branches:
include:
- main
- release/*
resources:
repositories:
- repository: niveristand-custom-device-build-tools
type: github
ref: main
endpoint: nivs-custom-devices
name: ni/niveristand-custom-device-build-tools
stages:
- template: azure-templates/stages.yml@niveristand-custom-device-build-tools
parameters:
lvVersionsToBuild:
- version: '2023'
bitness: '64bit'
- version: '2024'
bitness: '64bit'
- version: '2025'
bitness: '64bit'
codegenVis:
- 'Source\Script FXP Read.vi'
- 'Source\Script FXP Write.vi'
buildSteps:
- projectLocation: 'Source\FXP LLB.lvproj'
buildOperation: 'ExecuteBuildSpecAllTargets'
target: 'All'
buildSpec: 'FXP LLB'
releaseVersion: '25.0.0'
buildOutputLocation: 'Built'
archiveLocation: '\\nirvana\Measurements\VeriStandAddons\scan_engine_fxp'