What's the proper way to put comments into the 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)"
You can also use double colons ::
:: My comments xcopy /Y "$(TargetPath)" "C:\Deploy\$(TargetFileName)"
I prefer these to the REM keyword in command line (and bat files).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With