【发布时间】:2018-07-05 15:17:38
【问题描述】:
我正在尝试在 jenkins 机器上构建一个带有 IOS 项目的解决方案。
命令如下:
msbuild.exe /m /t:Rebuild /clp:Summary /p:Configuration=Debug /p:Platform="Any CPU" /p:ServerAddress=x.x.x.x /p:ServerUser=xxxxx /p:ServerPassword=xxxx mysoln.sln
这在我的机器上运行良好,当我登录到 jenkins 机器时它运行良好。但是,当 jenkins 执行构建时,我收到以下错误:
C:\Program Files (x86)\MSBuild\Xamarin\iOS\Xamarin.iOS.Windows.After.targets(90,5): error : The current connection has never been connected. It needs to be connected first in order to use it as an active connection
关于如何让它发挥作用的任何想法?
更新
我想通了,密码中有一个 % 我需要转义!
【问题讨论】:
-
发布更新部分作为答案并接受它。
标签: xamarin jenkins xamarin.ios msbuild