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

arrays - PHP Shopping Cart Variable and Object errors -

mysql - java.sql.SQLException Parameter index out of range (1 > number of parameters, which is 0) -