Hi I was wondering, if I can somehow configure my ...
# teamcity
l
Hi I was wondering, if I can somehow configure my teamcity deployment to publish a built artifact (an .apk file) into an open pull request which is supposed to trigger the build step? To give better context, here is what I’d like to have setup: Create pull request -> on each commit (with some delay to not trigger every time if I push 10 commits) trigger a build -> build .apk on teamcity -> send this .apk to the pull request (alternatively, deploy the apk to another place and publish a link to space)