在VSTS中复制文件仅无法从dSYM文件中进行 [英] Copy Files in VSTS just doesn't work from dSYM files

查看:75
本文介绍了在VSTS中复制文件仅无法从dSYM文件中进行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经将Xamarin.IOS与Visual Studio Team Services进行了持续集成,以发布ipa.但是,当我要发布dSym文件时,即使使用精确路径,复制文件"操作也无法识别该模式.

I have setup Xamarin.IOS continuaous intergration with Visual Studio Team Services to publish ipa. But when I want to publish dSym files, the Copy Files action just doesn't recognize the pattern, even when I use exact path.

我有那些模式:

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则无效.

For ipa and config files, it works, but just doesn't for 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

我什至尝试了完全匹配,但还是没有运气.有人知道这是为什么吗?

I even tried exact match, still no luck. Does anyone know why is this?

推荐答案

与该问题相同的根本原因: dSYM文件.

The same root cause as this issue: dSYM file missing in Xamarin iOS app in VSTS.

.dSYM正在生成,但它是一个文件夹而不是单个文件 并且测试云任务正在寻找文件,因此没有选择它 上.

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.

因此,您现在需要使用"**"作为替代方法.

So you need to use "**" as a work around for now.

这篇关于在VSTS中复制文件仅无法从dSYM文件中进行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆