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 -

javascript - jQuery "chosen": conflict with 'selected' attribute in option tag -