LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW CI CD

Hello everybody,

I am using Azure Devops pipelines to test and to build my executables and packages with the help of g-cli.

Everything is fine.

 

But what I want to do now is to modify the file .lvproj before invoking the build of my exe and packages.

The modification I want to do is the output directory of both EXE and package file (Properties BLD_localDestDir and PKG_output in the lvproj). This does work because LabVIEW itself recalculates some GUID when you change these values via the normal LabVIEW project build specifications..

Does anybody have an idea ?

Thanks in advance.

 

0 Kudos
Message 1 of 2
(190 Views)

On a build, there is a "Pre/Post Build Actions" category.  You can use that.  I would recommend using a "Post-build" action to find the folder you just built to (set it to a temporary location in the "Information\Destination Directory" field and in the "Destinations" category) and then moving all files and any subdirectories from there to the desired destination afterwards.

 

 

0 Kudos
Message 2 of 2
(78 Views)