I use CC.Net to run the .exe file after the project is complete and need to pass the project name, publish the date / time and user on the command line as parameters for the .exe. However, I cannot get cc.net to recognize these dynamic properties and replace them with the correct values.
<publishers><exec executable="C:\MyApp.exe"></exec><buildArgs>"$[$CCNetProject]" "$[$CCNetBuildDate]" "$[$CCNetBuildTime]" "$[$CCNetUser]"</buildArgs><buildTimeoutSeconds>30</buildTimeoutSeconds></publishers>
source share