git - Configuring TeamCity checkout rules against GitHub repository -
i've repository on github called fruityrepo. inside fruityrepo have 2 visual studio solutions, 1 called fruit.apple , called fruit.pear.
i'm configuring teamcity build both solutions, i've created couple of projects inside teamcity. want teamcity pull down pear code when pear changes, , likewise apple.
i'm unsure format of checkout rule needed make work. think need 2 rules, like;
-:. +:fruit.pear
this not work though, teamcity returns error cannot start build runner.
how configure checkout rule in teamcity against github?
try using checkout rule this
+:fruit.pear=>.
Comments
Post a Comment