2017-05-17 45 views
1

我按照Deploy Visual Studio Test Agent Task上的說明在Mac OSX代理上部署我的作業。VSTS 2017:如何在MacOSX測試代理上部署任務?

我的Mac OSX是10.12,PowerShell是6.0,我已經在Mac上安裝了.NET Core,並且更新了openSSL,然後更新了說明。
我的VSTS是:https://vivicai.visualstudio.com

以下命令適用於Windows,Mac OSX的等價物是什麼?

netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=yes 

在Mac OSX上運行以下命令後,它始終顯示錯誤, enter image description here

我能做些什麼來解決這個錯誤嗎?非常感謝你。

ConfigureWinRM.ps1 {FQDN} https 
+0

請將錯誤消息的相關行添加到帖子中,而不是在圖像中顯示它。 – Shibli

+0

你應該提供你所指的標題的鏈接。否則沒有人會得到你正在談論的文件的想法。我用github鏈接更新了它。如果不一致,請編輯並更新它。 –

回答

0

它不支持Mac OSX。

Test: Visual Studio Test Agent Deployment

需求和先決條件

此任務需要在目標計算機有:

Windows 7 Service Pack 1 or Windows 2008 R2 Service Pack 2 or higher 

    .NET 4.5 or higher 

    PSRemoting enabled by running the Enable-PSRemoting PowerShell script 

Install and configure test agents

所要求

視窗10

Windows 8中,視窗8.1

視窗7服務包1

Windows XP服務包3級

的Windows Server 2012,Windows Server 2012中R2

Windows Server 2008 Release 2 Service Pack 1

+0

非常感謝您的更新。另外還有一個問題,如果我想爲Xamarin.iOS部署一個分佈式測試,那麼這個任務將運行在Windows代理上,而不是Mac OSX代理上? – caivivi

+0

@caivivi是的,你可以考慮Xamarin測試步驟/任務(https://www.visualstudio.com/en-us/docs/build/steps/test/xamarin-test-cloud) –

+0

明白了,非常感謝你爲您的答覆。 – caivivi

相關問題