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

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -