Skip to content

Commit 74ebc55

Browse files
mvvsubbuRajat Agrawal
authored andcommitted
Importing Deployment.Internal explicitly as it is not getting imported some times
1 parent b72ea5b commit 74ebc55

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Tasks/WindowsMachineFileCopy/WindowsMachineFileCopy.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Write-Verbose "cleanTargetBeforeCopy = $cleanTargetBeforeCopy"
2828
import-module "Microsoft.TeamFoundation.DistributedTask.Task.Common"
2929
import-module "Microsoft.TeamFoundation.DistributedTask.Task.Internal"
3030
import-module "Microsoft.TeamFoundation.DistributedTask.Task.DevTestLabs"
31+
import-module "Microsoft.TeamFoundation.DistributedTask.Task.Deployment.Internal"
3132

3233
# keep machineNames parameter name unchanged due to back compatibility
3334
$machineFilter = $machineNames

Tasks/WindowsMachineFileCopy/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 1,
1515
"Minor": 0,
16-
"Patch": 40
16+
"Patch": 41
1717
},
1818
"minimumAgentVersion": "1.104.0",
1919
"groups": [

Tasks/WindowsMachineFileCopy/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": 1,
1515
"Minor": 0,
16-
"Patch": 40
16+
"Patch": 41
1717
},
1818
"minimumAgentVersion": "1.104.0",
1919
"groups": [

0 commit comments

Comments
 (0)