Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Post build event write to VS output console

Is it possible somehow write to VS output console from post build event script? Something like:

@echo $(ProjectDir)

like image 861
vico Avatar asked Oct 19 '22 07:10

vico


1 Answers

Yes this will work fine.

I had the same question and found that echo works fine to write to output in the VS build events.

like image 136
Richard Moore Avatar answered Oct 22 '22 22:10

Richard Moore