diff --git a/Tasks/Common/PowershellHelpers/Helpers.ps1 b/Tasks/Common/PowershellHelpers/Helpers.ps1 index 6596f6c2e08e..1ab2b8b6a5f3 100644 --- a/Tasks/Common/PowershellHelpers/Helpers.ps1 +++ b/Tasks/Common/PowershellHelpers/Helpers.ps1 @@ -27,8 +27,6 @@ function Invoke-ActionWithRetries $RetryMessage ) - Trace-VstsEnteringInvocation $MyInvocation - $lastResult = $null; $retryIteration = 1 do @@ -85,8 +83,6 @@ function Invoke-ActionWithRetries $retryIteration++ Start-Sleep $RetryIntervalInSeconds } while ($true) - - Trace-VstsLeavingInvocation $MyInvocation } function Get-TempDirectoryPath diff --git a/Tasks/ServiceFabricComposeDeployV0/make.json b/Tasks/ServiceFabricComposeDeployV0/make.json index 8b9fc2bcb0b0..1d8026031c1c 100644 --- a/Tasks/ServiceFabricComposeDeployV0/make.json +++ b/Tasks/ServiceFabricComposeDeployV0/make.json @@ -11,6 +11,10 @@ { "module": "../Common/Deployment/TelemetryHelper", "type": "ps" + }, + { + "module": "../Common/PowershellHelpers", + "type": "ps" } ], "externals": { diff --git a/Tasks/ServiceFabricPowerShellV1/make.json b/Tasks/ServiceFabricPowerShellV1/make.json index 8b9fc2bcb0b0..1d8026031c1c 100644 --- a/Tasks/ServiceFabricPowerShellV1/make.json +++ b/Tasks/ServiceFabricPowerShellV1/make.json @@ -11,6 +11,10 @@ { "module": "../Common/Deployment/TelemetryHelper", "type": "ps" + }, + { + "module": "../Common/PowershellHelpers", + "type": "ps" } ], "externals": {