Hi,
I have installed octopack in visual studio project. I have created a new build definition and in the advanced settings, I have set
/p:RunOctoPack=true in the msbuild arguments.
When I build the solution by queueing build definition, the nuget package is not created. what other parameters do I need to set to create a nuget package in build definition? Or we cannot create just by setting parameters in build definition Or does it always need to be created through command prompt?
I could able to create the package though command prompt. Is it always the solution or can we set in the build definition to create the package for us automatically.
Please clarify.