Click here to Skip to main content
15,886,664 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.
Posted
Updated 14-Feb-23 18:44pm

1 solution

Same Issue facing anybody please help
 
Share this answer
 
Comments
Richard Deeming 15-Feb-23 4:36am    
"Me too" is not a solution to this question.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900