Re: How to MsBuild for certain project

2016-10-27 Thread jerome
msbuild subfolder/myproject.vcxproj /t:build /p:Configuration="Release"; Platform="x64";SolutionDir=MyPathToSln\ Make sure you don't use any absolute or relative path to the project, try to use path with $(SolutionDir)\MyPathToRessource and specify your path according to the provided SolutionDir

Re: How to MsBuild for certain project

2016-10-27 Thread Slide
This sound like a question for the Microsoft folks instead. Lookup how to do this in the msdn documents. On Thu, Oct 27, 2016 at 2:55 AM Ziv Margolin wrote: > Hi all > I got a c++ solution, solution includes 2 directories with projects. > > demo.sln -> dir1->p1 > > I am interested make a build o

How to MsBuild for certain project

2016-10-27 Thread Ziv Margolin
Hi all I got a c++ solution, solution includes 2 directories with projects. demo.sln -> dir1->p1 I am interested make a build only for one specific project (p1). How can i o that ? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. T