From 08b3611c929dc76c41c479f01204c51addcc5624 Mon Sep 17 00:00:00 2001 From: Ryan Zoeller Date: Mon, 16 Oct 2023 10:51:41 -0500 Subject: [PATCH] Build for VeriStand 2024 (#173) --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6b3cccde..e9aca22d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,6 +23,8 @@ stages: bitness: '64bit' - version: '2023' bitness: '64bit' + - version: '2024' + bitness: '64bit' buildSteps: - projectLocation: 'Source\FPGA Addon.lvproj' @@ -63,4 +65,4 @@ stages: - controlFileName: 'control_scripting_examples' payloadMaps: - installLocation: 'ni-paths-LV$(lvVersion)DIR$(nipkgx64suffix)\examples\NI VeriStand Custom Devices\FPGA Addon' - payloadLocation: 'Scripting Examples' \ No newline at end of file + payloadLocation: 'Scripting Examples'