File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ LabVIEW 2020
14
14
15
15
### Running the custom device
16
16
17
- - [ VeriStand 2020 or later] ( https://www.ni.com/en-us/support/downloads/software-products/download.veristand.html )
17
+ - [ VeriStand 2023 or later] ( https://www.ni.com/en-us/support/downloads/software-products/download.veristand.html )
18
18
19
19
### Developing or building from source
20
20
21
- - [ LabVIEW 2020 or later] ( https://www.ni.com/en-us/support/downloads/software-products/download.labview.html )
21
+ - [ LabVIEW 2023 or later] ( https://www.ni.com/en-us/support/downloads/software-products/download.labview.html )
22
22
- [ LabVIEW Real-Time Module] ( https://www.ni.com/en-us/support/downloads/software-products/download.labview-real-time-module.html )
23
23
- [ VeriStand Custom Device Development Tools] ( https://github.com/ni/niveristand-custom-device-development-tools )
24
24
- Install the latest package from the [ release page] ( https://github.com/ni/niveristand-custom-device-development-tools/releases )
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ stages:
17
17
- template : azure-templates/stages.yml@niveristand-custom-device-build-tools
18
18
parameters :
19
19
lvVersionsToBuild :
20
- - version : ' 2021'
21
- bitness : ' 64bit'
22
20
- version : ' 2023'
23
21
bitness : ' 64bit'
24
22
- version : ' 2024'
25
23
bitness : ' 64bit'
24
+ - version : ' 2025'
25
+ bitness : ' 64bit'
26
26
27
27
buildSteps :
28
28
- projectLocation : ' Source\Embedded Data Logger Custom Device.lvproj'
@@ -40,7 +40,7 @@ stages:
40
40
target : ' My Computer'
41
41
buildSpec : ' Scripting API'
42
42
43
- releaseVersion : ' 24 .0.0'
43
+ releaseVersion : ' 25 .0.0'
44
44
buildOutputLocation : ' Built'
45
45
archiveLocation : ' \\nirvana\Measurements\VeriStandAddons\embedded_data_logger_custom_device'
46
46
You can’t perform that action at this time.
0 commit comments