Does any one know how to write this line in post build event
call "C:\Program Files\Red Gate\SmartAssembly 6\SmartAssembly.com" "/build $(ProjectFolder)\($ProjectName).saproj" "/input=$(TargetPath) /output="%USERPROFILE%\AppData\Roaming\$(ProjectName).bundle\Contents\$(ConfigurationName)\$(TargetName)"
I keep Getting Exited with Code 1.
Just add the following line in the
Post build event:We put the output and input already inside the saproj file and use no flags
I think the error is here:
should be:
Also - see this link from red gate web page