I need to execute multiple commands in the VS postbuild event. Is this possible and how do I delimit the commands? Newline? Semicolon?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use a new line.
Easy enough to have simply tested it though.
From How to: Specify Build Events (C#) on MSDN:
As you can see, these go into batch files, so you need to use the same syntax as you would in a batch file.