DEV Community

Discussion on: Azure pipeline: Simple way to compile a Setup project (.vdproj) in pipeline

Collapse
 
thenillesen profile image
TheNillesen • Edited

could you give an example of how you fill your command line?

What do you write in configuration and platform?

Collapse
 
pradeepradyumna profile image
Pradeep Pradyumna

Here it is:

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe "D:\SourceCode\MyApp\MyApp.sln" /Rebuild "Release|x86"