将 TypeScript 处理程序添加到 TFS Build vNext Agent
Adding TypeScript handler to TFS Build vNext Agent
我正在尝试在内部托管的 TFS 2015 构建服务器上设置 Xamarin iOS 构建。我们已经为此工作了几个月,并在 GitHub 上使用了许多贡献的构建任务,并编写了一些我们自己的任务。
到目前为止,我们只使用了使用 NodeJs 和 PowerShell 编写的任务。 Xamarin.iOS task 是使用 TypeScript 编写的,我们的构建代理似乎没有为此所需的处理程序。我们在尝试 运行 构建时遇到此错误。
The definition for the task does not have a handler that matches any supported by this agent. Supported handlers: AzurePowerShell, AzurePowerShellHandler, PowerShell, PowerShellHandler, PowerShellExe, PowerShellExeHandler, Process, ProcessHandler
我不确定如何将此功能添加到代理。有人可以帮忙吗?
Xamarin.iOS构建任务需要MacOS构建代理,配置参考link:Xplat build agents
另一个参考可能有帮助:http://developer.xamarin.com/guides/cross-platform/ci/configuring_tfs/
我正在尝试在内部托管的 TFS 2015 构建服务器上设置 Xamarin iOS 构建。我们已经为此工作了几个月,并在 GitHub 上使用了许多贡献的构建任务,并编写了一些我们自己的任务。
到目前为止,我们只使用了使用 NodeJs 和 PowerShell 编写的任务。 Xamarin.iOS task 是使用 TypeScript 编写的,我们的构建代理似乎没有为此所需的处理程序。我们在尝试 运行 构建时遇到此错误。
The definition for the task does not have a handler that matches any supported by this agent. Supported handlers: AzurePowerShell, AzurePowerShellHandler, PowerShell, PowerShellHandler, PowerShellExe, PowerShellExeHandler, Process, ProcessHandler
我不确定如何将此功能添加到代理。有人可以帮忙吗?
Xamarin.iOS构建任务需要MacOS构建代理,配置参考link:Xplat build agents
另一个参考可能有帮助:http://developer.xamarin.com/guides/cross-platform/ci/configuring_tfs/