Not able to create CI pipeline for C++ solution(which consist multiple projects in it) for release build

Viewed 44

I'm not sure where to begin in order to create an Azure pipeline (release build) for a C++ project... The C++ project has a solution file that contains multiple projects, some of which are dependent on each other.

But i tried to build with one task(msbuild)...it took more than 1hr and terminated click here to see the error

Moreover, how can I divide projects into multiple task to build CI pipeline???

0 Answers
Related