'Configuring a build pipeline for a C project (embedded software) using speicifc tool chain

Using a specific tool chain compiler for a C based project , i built a self hosted agent in order to build through an azure devops pipeline, since the tool chain compilation is on my PC.

When having a specific tool chain (for instance for NI labwindows, or DSP/uC compiler), is there a better way to build the pipeline through azure?

What is the recommendation? Using a VM ? or is there any way that azure devops includes compatibility for those kind of tool chain? Is there any example?

Thank you



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source