Saturday, 15 March 2014

nuget - Run a command in ccnet.config -



nuget - Run a command in ccnet.config -

i trying run nuget command set in projects post build $(projectdir)nuget\pack.bat $(projectdir) $(targetdir) $(configurationname) $(solutiondir) run instead in ccnet.config on successful build. have not seem running @ all.

<exec> <target> <executable>cmd</executable> <buildargs>/c c:\build\project\nuget\pack.bat c:\build\project\ c:\build\project\bin\nuget\ nuget c:\build\project\ /m</buildargs> </target> </exec>

edit figured out partially. needed create sure pointing <executable>c:\windows\system32\cmd.exe</executable> , not using cmd.

command nuget config cruisecontrol.net

No comments:

Post a Comment