Skip to content

Commit

Permalink
Build for VeriStand 2024 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller authored Jan 2, 2024
1 parent 60d32a4 commit 24b3776
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ stages:
- template: azure-templates/stages.yml@niveristand-custom-device-build-tools
parameters:
lvVersionsToBuild:
- version: '2020'
bitness: '32bit'
- version: '2021'
bitness: '64bit'
- version: '2023'
bitness: '64bit'
- version: '2024'
bitness: '64bit'

buildSteps:
- projectLocation: 'Source\Custom Device Support\AIM ARINC 429 Support.lvproj'
Expand Down Expand Up @@ -65,7 +65,7 @@ stages:
target: 'Linux x64'
buildSpec: 'Engine Release'

releaseVersion: '23.3.0'
releaseVersion: '24.0.0'
buildOutputLocation: 'Source\Built'
archiveLocation: '\\nirvana\Measurements\VeriStandAddons\aim_arinc_429'

Expand Down
2 changes: 1 addition & 1 deletion control_scripting
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ XB-UserVisible: yes
Section: Add-Ons
XB-DisplayVersion: {quarterly_display_version}
XB-DisplayName: AIM ARINC 429 LabVIEW Support for VeriStand {veristand_version}
Depends: ni-labview-{labview_version}{pkg_x86_bitness_suffix} (>= {labview_short_version}.0.0), ni-veristand-{labview_version} (>= {labview_short_version}.0.0), ni-veristand-{veristand_version}-custom-device-labview-support-common (>= 23.0.0)
Depends: ni-labview-{labview_version}{pkg_x86_bitness_suffix} (>= {labview_short_version}.0.0), ni-veristand-{labview_version} (>= {labview_short_version}.0.0), ni-veristand-{veristand_version}-custom-device-labview-support-common (>= {major_version}.0.0)
Recommends: ni-aim-arinc-429-veristand-{veristand_version}-support (>= {display_version})

0 comments on commit 24b3776

Please sign in to comment.