0

Is it possible to copy files from Azure files shares to azure artifacts using build pipeline task?

Kumar Vivek
  • 351
  • 7
  • 30
Shanky
  • 1
  • 1
    Hi You can copy files from azure files to azure artifacts, you just need to download them in your pipeline first and then publish to the azure artifacts. See below answer of @Krzysztof Madej. You can [accept it as answer](https://meta.stackexchange.com/questions/5234/how-does-accepting-an-answer-work) if it works for you. – Levi Lu-MSFT Sep 03 '20 at 02:22

1 Answers1

0

Yes it is possible. What you need is actually download files for Azure Files and publish them to Azure Artifacts. Please check this topic where is shown a way how to download files from Azure Files.

Azure Artifacts is a package feed and thus it depends what kind of package you want to publish, so confoguration may differ. But if you want to publish this as build/pipeline artofacts you may simply use regular tasks.

Krzysztof Madej
  • 32,704
  • 10
  • 78
  • 107