Post-build event syntax Visualstudio 2010
I'm trying to do some automation on my project build. I would like to ask user to input version number and t开发者_运维技巧hen use it as an variable but i just can't get it work.
Any examples of syntax would be great.
Try to create a batch file which is started after successfully postbuild which user asks for any input. Also look How to: Specify Build Events (C#) and Visual Studio Post-Build, Pre-Build Macros
Hope that helps
精彩评论