Skip to content

Commit

Permalink
Correcting the blob url for AzureFile Copy and Azure RG task
Browse files Browse the repository at this point in the history
  • Loading branch information
chshrikh committed Aug 10, 2016
1 parent f73fd66 commit a20066b
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 a20066b

Please sign in to comment.