android - Accessing to the release artifact on TeamCity -


a couple days ago finished tc setup , started work on projects building setup.

now succed in automated debug building develop branch, aim rc builds master or release brunch.

to visible debug builds use "artifact paths: /build/outputs/apk/.apk => ."

for rc tried value "/.apk => .", because androidstudio place signed build directly module folder. in case can't see artifacts after successful building.

does gets rc builds means on tc?


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -