04-19-2026 11:19 AM
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.
04-20-2026 04:17 PM
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.