We want to build C# code via visual studio 2008 in azure devops with self hosted agent.
which task shall we use?
CodePudding user response:
I have never tried targeting such an old version of msbuild in a pipeline
However
Visual Studio 2008 = Orcas = 9.0
Just specify your local path of the MSBuild.exe
in this option to build the project/solution.