I am trying to execute a NAnt build script, which is perfectly working in one environment, but recently I have migrated my Build files to a new machine where I am facing the below issue.
NAnt Code Used : exec program="cmd" commandline="/c ${build.dir}\XXX.vbs ${build.version}" failonerror="false"
NAne Error received External Program Failed: cmd (return code was 1)
My Possible tries to overcome this I have checked the environment variables and found that all are fine and also compared with the old machine to match the same.
Any solutions / comments ??
C:\Windows\system32\cmd.exe
– johnluetke