-
Notifications
You must be signed in to change notification settings - Fork 5
/
azure-pipelines.yml
45 lines (39 loc) · 1.27 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
41
42
43
44
45
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: 'Source\SLSC EDS.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'Configuration Release'
- projectLocation: 'Source\SLSC EDS.lvproj'
buildOperation: 'ExecuteBuildSpecAllTargets'
target: 'All'
buildSpec: 'Engine Release'
releaseVersion: '25.0.0'
buildOutputLocation: 'Built'
archiveLocation: '\\nirvana\Measurements\VeriStandAddons\slsc_eds_custom_device'
packages:
- controlFileName: 'control'
payloadMaps:
- installLocation: 'documents\National Instruments\NI VeriStand $(lvVersion)\SLSC Plugins\Modules'