$(IntermediateOutputPath) (or whatever it's called) gets passed to the node-process via env-var OUT_DIR. This is cool, but I should pass more.. like the $(Configuration). Because configuring that by yourself is a pain.
(But it works! https://stackoverflow.com/questions/14267938/msbuild-how-to-set-environment-variables/20014410#20014410)
$(IntermediateOutputPath)(or whatever it's called) gets passed to the node-process via env-varOUT_DIR. This is cool, but I should pass more.. like the$(Configuration). Because configuring that by yourself is a pain.(But it works! https://stackoverflow.com/questions/14267938/msbuild-how-to-set-environment-variables/20014410#20014410)