Home > Software design >  How to build C# Code in azure DevOps via visual studio 2008?
How to build C# Code in azure DevOps via visual studio 2008?

Time:09-17

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

enter image description here

Just specify your local path of the MSBuild.exe in this option to build the project/solution.

  • Related