'How to set pre build in visual studio via pipelining

at the moment i have the following command in the prebuild block: prebuild

My plan is to run this command before building and use the output via pipelining for my console application, that i can read the whole output with Console.ReadLine().

Greets



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source