Skip to content

Commit d887e3b

Browse files
author
Nitin Gurram
authored
Fix TestAgent 2017 Installation Path (#3707)
1 parent 9ac72e2 commit d887e3b

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

Tasks/DeployVisualStudioTestAgent/InstallTestAgent.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ function Install-Product($SetupPath, $ProductVersion, $Update)
4040
return 1801
4141
}
4242

43-
if($ProductVersion -eq "15.0") {
44-
$sdir = Join-Path $env:SystemDrive "TestAgent2017Setup"
45-
$SetupPath = Join-Path $sdir "vstf_testagent.exe"
46-
}
47-
4843
$versionToInstall = ((Get-Item $SetupPath).VersionInfo.ProductVersion)
4944
$versionInstalled = Get-TestAgentInstalledVersion -ProductVersion $ProductVersion # Get installed test agent version as per user requested version
5045

Tasks/DeployVisualStudioTestAgent/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 2,
1515
"Minor": 0,
16-
"Patch": 5
16+
"Patch": 6
1717
},
1818
"preview": "true",
1919
"releaseNotes": "<ul><li>Support for Visual Studio Test Agent 2017: You can now deploy and run tests using multiple versions of Visual Studio Test Agent. Versions 2015 and 2017 are supported.</li><li>Machine groups created from the Test hub are no longer supported. You can continue to use a list of machines or Azure resource groups.</li></ul>",

Tasks/DeployVisualStudioTestAgent/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 2,
1515
"Minor": 0,
16-
"Patch": 5
16+
"Patch": 6
1717
},
1818
"preview": "true",
1919
"releaseNotes": "<ul><li>Support for Visual Studio Test Agent 2017: You can now deploy and run tests using multiple versions of Visual Studio Test Agent. Versions 2015 and 2017 are supported.</li><li>Machine groups created from the Test hub are no longer supported. You can continue to use a list of machines or Azure resource groups.</li></ul>",

0 commit comments

Comments
 (0)