Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (7k points)
edited by
I have a new setup project using VS Installer extension for .Net windows application on my VS2019. The setup is getting created well on the local machine and able to install the setup on application server. But only setup.vdproj file is appearing  when checked in setup project. I want the setup in Azure DevOps too, So that I can download Azure DevOps only.

1 Answer

0 votes
by (31.9k points)
edited by

Configure your own build agent to run the build as the Visual Studio Installer Projects extension is not installed on the Microsoft-Hosted Agent. Also, make sure the VS Installer Projects extension is installed on your own build agent machine and then you can build the setup project using the command line task with devenv command.

Want to become Azure Developer, check out this Azure Tutorial.

If you are interested in working as a cloud administrator in the Azure Platform, check out our Azure Certification.

Browse Categories

...