Skip to content

Commit

Permalink
Build for LabVIEW 2024 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
buckd authored Feb 14, 2024
1 parent dd3a2d7 commit e82b144
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@ 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: 'ProjectTemplate\Source\NI VeriStand\Custom Device\Consolidated Custom Device.lvproj'
buildOperation: 'ExecuteBuildSpec'
target: 'My Computer'
buildSpec: 'Configuration Source'

releaseVersion: '23.5.0'
releaseVersion: '24.0.0'
buildOutputLocation: 'ProjectTemplate'
archiveLocation: '\\nirvana\Measurements\VeriStandAddons\niveristand-custom-device-wizard'

packages:
- controlFileName: 'control'
payloadMaps:
- installLocation: 'ni-paths-LV$(lvVersion)DIR$(nipkgx64suffix)\ProjectTemplates'
- installLocation: 'ni-paths-LV$(lvVersion)DIR$(nipkgx64suffix)\ProjectTemplates'
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ XB-UserVisible: yes
Section: Add-Ons
XB-DisplayVersion: {display_version}
XB-DisplayName: VeriStand Custom Device Wizard for LabVIEW {labview_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-custom-device-development-tools-{labview_version}-support (>= 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-custom-device-development-tools-{labview_version}-support (>= 24.0.0)

0 comments on commit e82b144

Please sign in to comment.