From 5c0d5cf11d81d9ba9f58fa6436cfda5b79c9173f Mon Sep 17 00:00:00 2001 From: Ryan Zoeller Date: Wed, 18 Oct 2023 09:25:06 -0500 Subject: [PATCH] Build for VeriStand 2024 (#260) --- azure-pipelines.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 50ca8c2d..ddf41550 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,6 +39,10 @@ stages: bitness: '64bit' - version: '2023' bitness: '32bit' + - version: '2024' + bitness: '64bit' + - version: '2024' + bitness: '32bit' dependencies: - source: '\\nirvana\Measurements\VeriStandAddons\scan_engine_fxp' @@ -66,6 +70,8 @@ stages: bitness: '32bit' - version: '2023' bitness: '32bit' + - version: '2024' + bitness: '32bit' - projectLocation: 'Custom Device Source\Scan Engine.lvproj' buildOperation: 'ExecuteBuildSpec' @@ -76,6 +82,8 @@ stages: bitness: '64bit' - version: '2023' bitness: '64bit' + - version: '2024' + bitness: '64bit' - projectLocation: 'Custom Device Source\Scan Engine.lvproj' buildOperation: 'ExecuteBuildSpec' @@ -86,6 +94,8 @@ stages: bitness: '64bit' - version: '2023' bitness: '64bit' + - version: '2024' + bitness: '64bit' - projectLocation: 'Custom Device Source\Scan Engine.lvproj' buildOperation: 'ExecuteBuildSpec' @@ -96,6 +106,8 @@ stages: bitness: '64bit' - version: '2023' bitness: '64bit' + - version: '2024' + bitness: '64bit' - projectLocation: 'Custom Device Source\Scan Engine.lvproj' buildOperation: 'ExecuteBuildSpec' @@ -106,6 +118,8 @@ stages: bitness: '64bit' - version: '2023' bitness: '64bit' + - version: '2024' + bitness: '64bit' - projectLocation: 'Custom Device Source\Scan Engine.lvproj' buildOperation: 'ExecuteBuildSpec' @@ -116,6 +130,8 @@ stages: bitness: '64bit' - version: '2023' bitness: '64bit' + - version: '2024' + bitness: '64bit' - projectLocation: 'Custom Device Source\Scan Engine Linux x64.lvproj' buildOperation: 'ExecuteBuildSpec' @@ -126,6 +142,8 @@ stages: bitness: '64bit' - version: '2023' bitness: '64bit' + - version: '2024' + bitness: '64bit' - projectLocation: 'Custom Device Source\Scan Engine.lvproj' buildOperation: 'ExecuteBuildSpec' @@ -136,6 +154,8 @@ stages: bitness: '32bit' - version: '2023' bitness: '32bit' + - version: '2024' + bitness: '32bit' - projectLocation: 'Scripting Examples\Scan Engine Scripting Examples.lvproj' buildOperation: 'ExecuteBuildSpec' @@ -146,6 +166,8 @@ stages: bitness: '32bit' - version: '2023' bitness: '32bit' + - version: '2024' + bitness: '32bit' releaseVersion: '24.0.0' buildOutputLocation: 'Built'