I wrote a C# program that runs inside an Azure build pipeline. Whenever the pipeline executes, the executing pipeline builds the solution and then runs a batch script that executes the newly compiled exe. How could I convert this application to a private AZ pipeline marketplace step? I am unable to find an example or instructions on how to do this.
I have searched various sites and I can only find examples of code in React, JScript, etc. The C# code already exists and uses various NuGet packages and SDKs.