.net - Proper way to put comments in build events command line? -
what's proper way put comments pre/post build event command line?
use rem: http://www.robvanderwoude.com/comments.php
an example:
rem signtool sign /a $(targetpath) xcopy /y "$(targetpath)" "c:\deploy\$(targetfilename)"
Comments
Post a Comment