File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
PowerShellOnTargetMachines Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Write-Verbose "sessionVariables = $sessionVariables"
3232import-module " Microsoft.TeamFoundation.DistributedTask.Task.Internal"
3333import-module " Microsoft.TeamFoundation.DistributedTask.Task.Common"
3434import-module " Microsoft.TeamFoundation.DistributedTask.Task.DevTestLabs"
35- Import-Module " Microsoft.TeamFoundation.DistributedTask.Task.Deployment.Internal" - ErrorAction Ignore
35+ Import-Module " Microsoft.TeamFoundation.DistributedTask.Task.Deployment.Internal"
3636
3737# keep machineNames parameter name unchanged due to back compatibility
3838$machineFilter = $machineNames
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Write-Verbose "cleanTargetBeforeCopy = $cleanTargetBeforeCopy"
2828import-module " Microsoft.TeamFoundation.DistributedTask.Task.Common"
2929import-module " Microsoft.TeamFoundation.DistributedTask.Task.Internal"
3030import-module " Microsoft.TeamFoundation.DistributedTask.Task.DevTestLabs"
31- import-module " Microsoft.TeamFoundation.DistributedTask.Task.Deployment.Internal"
31+ import-module " Microsoft.TeamFoundation.DistributedTask.Task.Deployment.Internal" - ErrorAction Ignore
3232
3333# keep machineNames parameter name unchanged due to back compatibility
3434$machineFilter = $machineNames
You can’t perform that action at this time.
0 commit comments