-
Notifications
You must be signed in to change notification settings - Fork 15
/
azure-pipelines.yml
40 lines (35 loc) · 1.12 KB
/
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'
buildSteps:
- projectLocation: 'VeriStand Test Utilities.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'SourceDistribution'
releaseVersion: '25.0.0'
buildOutputLocation: 'Built'
archiveLocation: '\\nirvana\Measurements\VeriStandAddons\testing_tools'
packages:
- controlFileName: 'control'
payloadMaps:
- installLocation: 'ni-paths-LV$(lvVersion)DIR$(nipkgx64suffix)\vi.lib\NI\VeriStand Custom Device Testing Tools'