Search code examples
windowsazure-devopsopen-sourceazure-pipelinesdataflex

How to set up a pipeline for DataFlex open source project in Azure Pipelines?


I would like to set up a build pipeline for the DFUnit (unit testing framework for DataFlex) open source project, using Microsoft's offer of free build pipelines for open source projects.

However, installing the DataFlex build environment may prove hard to script. Can I set up a VM? Are there any other examples of comparable setups in a Windows environment?


Solution

  • I don't think this is possible with the free agents, but you can setup your own build agent. Once you get this setup, you have access to all of the pipeline tasks and reporting capabilities.