You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Windows 7 DTA Issue with Certificate import (#4720)
* bug fixes for windows7 support on DTA V2.
* updating the task version as well.
* review comments + bug fixes + min version of powershell
* review comment.
Copy file name to clipboardExpand all lines: Tasks/DeployVisualStudioTestAgent/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ To learn more about the general usage of the task, please see https://msdn.micro
6
6
7
7
### Prerequisites
8
8
The task requires:
9
-
- .NET 4.6.1 on Windows8 or Windows 2K8R2
9
+
- .NET 4.6.1 on Windows7 or Windows 2K8R2
10
+
- PowerShell 3 or newer
10
11
- Test machines should have PSRemoting enabled (run 'Enable-PSRemoting' on Windows Powershell)
11
12
### WinRM setup
12
13
This task uses the [Windows Remote Management](https://msdn.microsoft.com/en-us/library/aa384426.aspx) (WinRM) to access domain-joined or workgroup, on-premises physical or virtual machines.
0 commit comments