I wrote a C# program that runs inside an Azure build pipeline as part of a script. Whenever the pipeline executes, the executing pipeline builds the solution and then runs a batch script that executes the newly compiled exe.
I would like to convert this to a task that i can publish in the Az DevOps marketplace that can be used in a Build Pipeline.
I would like some links to explanations or samples of how to do this in C#
thx