From 737920d3537eb4bd9f436e6982fdb102e2fb22be Mon Sep 17 00:00:00 2001 From: Ashutosh Kumar Date: Mon, 30 Sep 2024 15:15:16 +0530 Subject: [PATCH] Bump version to 25.0.0, drop 2021 build --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b4e81c8..9ee5643 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,12 +17,12 @@ stages: - template: azure-templates/stages.yml@niveristand-custom-device-build-tools parameters: lvVersionsToBuild: - - version: '2021' - bitness: '64bit' - version: '2023' bitness: '64bit' - version: '2024' bitness: '64bit' + - version: '2025' + bitness: '64bit' buildSteps: - projectLocation: 'Source\SLSC-12201 DIO.lvproj' @@ -30,7 +30,7 @@ stages: target: 'All' buildSpec: 'All' - releaseVersion: '24.0.0' + releaseVersion: '25.0.0' buildOutputLocation: 'Built' archiveLocation: '\\nirvana\Measurements\VeriStandAddons\slsc_12201_custom_device'