-1

I've a windows service setup project (.vdproj) in the solution and it's being ignored by MS build during build pipeline. How can I force the MS build to compile it to MSI?

andrew.fox
  • 7,435
  • 5
  • 52
  • 75
Vivek Ranjan
  • 1,432
  • 2
  • 15
  • 37

1 Answers1

1

This question maybe a duplicate. Try to use solutions from here VSTS build is not generating .msi file using .vdproj and here VSTS Online Building Setup Projects?

  1. Use your own build agent.
  2. Install Visual Studio Installer Projects extension into your build agent.
  3. Use a custom step to build your project: How to create .msi and setup.exe file from the command line using devenv.exe, Building VS 2015 Setup Projects in Team Build
Shamrai Aleksander
  • 13,096
  • 3
  • 24
  • 31