geeklearningio / gl-vsts-tasks-azure

Azure Pipelines Tasks that help you build and publish your applications on Microsoft Azure
https://marketplace.visualstudio.com/items?itemName=geeklearningio.gl-vsts-tasks-azure
MIT License
19 stars 7 forks source link

AzCopy location changed on new agents #24

Open asiffermann opened 6 years ago

asiffermann commented 6 years ago

We search if AzCopy is installed with the agent using this relative path : "../../azcopy.exe"

On new agents, it can now be found with this path: "$(Agent.HomeDirectory)/externals/azcopy", which should be added to the azCopyknownLocations array.

sandorfr commented 6 years ago

bummer, I think we should consider having an Azing copy tool installer which could also address #22

asiffermann commented 6 years ago

But didn't you say that "License forbids azcopy bundling with third party software"? I really think we should rely on the preinstalled version that comes with the agent, but we have to check if it is bundled on unix agents too to address #22

sandorfr commented 6 years ago

Haven't checked the most recent license, they open sourced the core code https://github.com/Azure/azure-storage-net-data-movement under MIT and the task would not embed them but actually download them, just like yarn tool installer