Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

'Build .Net Project' msbuild target(s)



  • Is it possible to specify msbuild target(s) for the 'Build .Net Project' action?



  • At the moment that is not an option but we'll look into adding it. As an alternative, you can workaround the issue with an Execute Command Line action invoking MSBuild directly, e.g.:

    Executable: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\msbuild.exe

    Arguments:
    "C:\path\to\sln" "/p:Configuration=Release;" "/p:OutDir=C:\path\to\output" "/t:TargetName"


Log in to reply
 

Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation