My post build command is
call "$(ProjectDir)MyFile.bat"
And getting build error:
Error 1 The command "call C:\MyProject\MyFile.bat" exited with code 1. C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets 4548 5
What am I missing here? Working on TFS source code, is that the reason getting this error?
For testing in MyFile.bat
the only code is mkdir MYTestFolder
, but then I am also getting the same error.