本文介绍了自动构建,使用Fastlane部署到曲棍球的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在研究自动构建和部署.我找到了快速通道,并试图将其用于曲棍球.

I am studying about automatic build and deployment. I found out fastlane and trying to use for deployment to hockey.

https://github.com/fastlane/examples/blob/master/Artsy/eidolon/Fastfile https://github.com/fastlane/examples/blob/master/Wikipedia/Fastfile

但是,我对脚本不熟悉.

But, I am not familiar with script.

如果我有2种配置

1)调试
2)发布

1) Debug
2) Release

2方案

1)触摸-开发
2)触摸-生产

1) Touch - Development
2) Touch - Production

2个曲棍球键

52da9f2b3da50cf8b6d4aac15f06ae9b
ZXz1tdfaDLfb4hY8SagCfX4RJNMhJVsxET95sHf9

52da9f2b3da50cf8b6d4aac15f06ae9b
ZXz1tdfaDLfb4hY8SagCfX4RJNMhJVsxET95sHf9

如何修改脚本?修改后需要运行什么命令?我已经完成了"fastlane init".

How shall I modify script? What command do I need to run after I modify? I have already done "fastlane init" though.

推荐答案

此问题已有4年以上的历史了,因此情况完全改变了.HockeyApp已弃用,并由App Center取代.

This question is over 4 years old now, so the scenario changed completely. HockeyApp was deprecated, and replaced by App Center.

幸运的是,Microsoft维护了一个 fastlane 插件来管理与App Center的集成,可在以下位置找到:"> https://github.com/Microsoft/fastlane-plugin-appcenter/

Luckily, Microsoft maintains a fastlane plugin to manage the integration with App Center, which can be found here: https://github.com/Microsoft/fastlane-plugin-appcenter/

这篇关于自动构建,使用Fastlane部署到曲棍球的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-19 22:42