Skip to content

Commit b4ce3b2

Browse files
author
Nitin Gurram
authored
Fix assembly loading for DTAExecutionHost (#5622)
1 parent 8893529 commit b4ce3b2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Tasks/DeployVisualStudioTestAgent/TestAgentConfiguration.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
$DtaProcess.StartInfo = $Processinfo
150150
if ($DtaProcess.Start()) {
151151
Write-Verbose "DTAExecutionHost Process Id: $($DtaProcess.Id)"
152+
Start-Sleep -Seconds 60 # required to keep service active till process loads Assembly_Resolve
152153
return 0
153154
}
154155

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": 1,
16-
"Patch": 29
16+
"Patch": 30
1717
},
1818
"runsOn": [
1919
"Agent"

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": 1,
16-
"Patch": 29
16+
"Patch": 30
1717
},
1818
"runsOn": [
1919
"Agent"

0 commit comments

Comments
 (0)