Hi,
I have created the azure build pipeline for my website application. In this, there is a task of Publish Artifact Which I think supposed to publish a website. But right now it is publishing without the dlls. Means it contains the *.aspx and *.aspx.cs files. It supposed to create the dll files for *.aspx.cs files. Could you please let me know which publish option/task I am supposed to choose for my website. Which will be equivalent to the "Publish Web App" command in the azure build pipeline.
Thanks,
Sampada
What I have tried:
I have used ASP.NET(Build and test an ASP.NET web application.) template for build pipeline. In this, I have tried with two publish tasks Which are "Publish Artifact" and "Publish Pipeline Artifact". But both are giving the same result the files i.e. .aspx files with *.aspx.cs files instead of dlls.