Skip to content

Commit 4062bf0

Browse files
Merge pull request #4512 from Microsoft/Microsoft/users/raagra/winMFCHotfix118
Microsoft/users/raagra/win mfc hotfix118
2 parents 7c3d119 + 6f85e9e commit 4062bf0

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" -ErrorAction Ignore
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)