Skip to content

Commit d952594

Browse files
authored
reverting path change in filecopy v4 (#13976)
1 parent f661274 commit d952594

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Tasks/AzureFileCopyV4/Utility.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ function Upload-FilesToAzureContainer
214214

215215
$blobPrefix = $blobPrefix.Trim()
216216
$containerURL = [string]::Format("{0}/{1}/{2}", $blobStorageEndpoint.Trim("/"), $containerName, $blobPrefix).Trim("/")
217-
$containerURL = $containerURL + "/"
218217
$containerURL = $containerURL.Replace('$','`$')
219218
$azCopyExeLocation = Join-Path -Path $azCopyLocation -ChildPath "AzCopy.exe"
220219

Tasks/AzureFileCopyV4/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 4,
16-
"Minor": 178,
17-
"Patch": 2
16+
"Minor": 179,
17+
"Patch": 0
1818
},
1919
"demands": [
2020
"azureps"

Tasks/AzureFileCopyV4/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 4,
16-
"Minor": 178,
17-
"Patch": 2
16+
"Minor": 179,
17+
"Patch": 0
1818
},
1919
"demands": [
2020
"azureps"

0 commit comments

Comments
 (0)