gpt4 book ai didi

ios - VSTS 中的复制文件不适用于 dSYM 文件

转载 作者:行者123 更新时间:2023-12-01 15:43:19 25 4
gpt4 key购买 nike

我设置了 Xamarin.IOS 与 Visual Studio Team Services 的连续集成以发布 ipa。但是,当我想发布 dSym 文件时,“复制文件”操作无法识别模式,即使我使用了准确的路径也是如此。

我有那些模式:

2016-08-28T05:33:42.6657530Z ##[debug]include content pattern: **/*.dsym
2016-08-28T05:33:42.6670550Z ##[debug]include content pattern: **/*.ipa
2016-08-28T05:33:42.6680380Z ##[debug]include content pattern: **/*.config

对于 ipa 和配置文件,它有效,但不适用于 dsym。

2016-08-28T05:33:42.6799920Z ##[debug]Include matching /Users/myname/myagent/_work/2/s/appName/bin/iPhone/Release/**/*.dsym
2016-08-28T05:33:42.6885670Z ##[debug]Include matched 0 files

我什至尝试了完全匹配,仍然没有运气。有谁知道这是为什么?

最佳答案

与此问题的根本原因相同:dSYM file missing in Xamarin iOS app in VSTS .

The .dSYM is being generated but it is a folder and not a single file and the test cloud task is looking for files, so it is not picking it up.

因此您现在需要使用“**”作为解决方法。

关于ios - VSTS 中的复制文件不适用于 dSYM 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39188375/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com