File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Tasks/WindowsMachineFileCopy Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +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" - ErrorAction Ignore
3132
3233# keep machineNames parameter name unchanged due to back compatibility
3334$machineFilter = $machineNames
Original file line number Diff line number Diff line change 1313 "version" : {
1414 "Major" : 1 ,
1515 "Minor" : 0 ,
16- "Patch" : 40
16+ "Patch" : 41
1717 },
1818 "minimumAgentVersion" : " 1.104.0" ,
1919 "groups" : [
Original file line number Diff line number Diff line change 1313 "version" : {
1414 "Major" : 1 ,
1515 "Minor" : 0 ,
16- "Patch" : 40
16+ "Patch" : 41
1717 },
1818 "minimumAgentVersion" : " 1.104.0" ,
1919 "groups" : [
You can’t perform that action at this time.
0 commit comments