Nunit post build event snippet
Add this to your nunit project post build event property:
A full list of command line build event variables can be found here:
http://msdn2.microsoft.com/en-us/library/42x5kfw4
copy /Y "$(ProjectDir)app.config" "$(TargetPath).config"
A full list of command line build event variables can be found here:
http://msdn2.microsoft.com/en-us/library/42x5kfw4
0 Comments:
Post a Comment
<< Home