windows - Teamcity pipe command line output to a file -


is possible call command line program in teamcity , pipe output command line program file?

yes of course - can use powershell build step , pipe console output file, here practical example:

git rev-parse head > gitrevision.txt 

note question/answer unrelated teamcity - powershell (you can achieve same using command line)


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -