diff --git a/Tasks/WindowsMachineFileCopyV2/RoboCopyJob.ps1 b/Tasks/WindowsMachineFileCopyV2/RoboCopyJob.ps1
index 38cb2bed6908..f06c3b6dfd5b 100644
--- a/Tasks/WindowsMachineFileCopyV2/RoboCopyJob.ps1
+++ b/Tasks/WindowsMachineFileCopyV2/RoboCopyJob.ps1
@@ -11,6 +11,8 @@ param (
Import-Module "$scriptRoot\ps_modules\VstsTaskSdk"
Import-VstsLocStrings -LiteralPath $scriptRoot/Task.json
+ . "$scriptRoot/Utility.ps1"
+
Write-Verbose "Entering script RobocopyJob.ps1"
Write-Verbose "fqdn = $fqdn"
Write-Verbose "sourcePath = $sourcePath"
diff --git a/Tasks/WindowsMachineFileCopyV2/task.json b/Tasks/WindowsMachineFileCopyV2/task.json
index c849eaf13e01..73d88b7e277e 100644
--- a/Tasks/WindowsMachineFileCopyV2/task.json
+++ b/Tasks/WindowsMachineFileCopyV2/task.json
@@ -13,7 +13,7 @@
"version": {
"Major": 2,
"Minor": 1,
- "Patch": 8
+ "Patch": 9
},
"releaseNotes": "What's new in Version 2.0:
Proxy support is being added.
Removed support of legacy DTL machines.",
"minimumAgentVersion": "1.104.0",
diff --git a/Tasks/WindowsMachineFileCopyV2/task.loc.json b/Tasks/WindowsMachineFileCopyV2/task.loc.json
index 396297f39580..0d2cbdb2fead 100644
--- a/Tasks/WindowsMachineFileCopyV2/task.loc.json
+++ b/Tasks/WindowsMachineFileCopyV2/task.loc.json
@@ -13,7 +13,7 @@
"version": {
"Major": 2,
"Minor": 1,
- "Patch": 8
+ "Patch": 9
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "1.104.0",