Skip to content

Commit

Permalink
Merge pull request #2250 from Microsoft/users/chshrikh/BlobUrlFixM104
Browse files Browse the repository at this point in the history
Correcting the blob url for AzureFile Copy and Azure RG task
  • Loading branch information
chshrikh authored Aug 11, 2016
2 parents 4f6a3c4 + a20066b commit 1d53c1a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Tasks/AzureFileCopy/externals.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"archivePackages": [
{
"archiveName": "AzCopy.zip",
"url": "https://krishadiblob.blob.core.windows.net/tools/AzCopy/3.1/AzCopy.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/azcopy/3.1/AzCopy.zip",
"dest": "./",
"files": [
"AzCopy/Microsoft.WindowsAzure.Storage.DataMovement.dll",
Expand All @@ -13,7 +13,7 @@
},
{
"archiveName": "DeploymentUtilities.zip",
"url": "https://krishadiblob.blob.core.windows.net/tools/DeploymentUtilities/1.5/DeploymentUtilities.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/DeploymentUtilities/15.104.25603/DeploymentUtilities.zip",
"dest": "./",
"files": [
"DeploymentUtilities/Microsoft.TeamFoundation.DistributedTask.Task.Deployment.dll",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFileCopy/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 72
"Patch": 73
},
"demands": [
"azureps"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFileCopy/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 72
"Patch": 73
},
"demands": [
"azureps"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DeployAzureResourceGroup/externals.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"archivePackages": [
{
"archiveName": "DeploymentUtilities.zip",
"url": "https://krishadiblob.blob.core.windows.net/tools/DeploymentUtilities/1.5/DeploymentUtilities.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/DeploymentUtilities/15.104.25603/DeploymentUtilities.zip",
"dest": "./",
"files": [
"DeploymentUtilities/Microsoft.TeamFoundation.DistributedTask.Task.Deployment.dll",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DeployAzureResourceGroup/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 85
"Patch": 86
},
"demands": [
"azureps"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DeployAzureResourceGroup/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 85
"Patch": 86
},
"demands": [
"azureps"
Expand Down

0 comments on commit 1d53c1a

Please sign in to comment.