Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (13.1k points)
Can anyone help me how can I able to copy the files using Azure file copy in Azure DevOps?

1 Answer

0 votes
by (26.7k points)

If you want to copy the whole directory means all the files present in that directory to the blob container then the source will be:

$(System.DefaultWorkingDirectory)/ArtifactName/Folder

Or, if you want to copy only the files to the root container, then you can use the wildcard symbol(*):

Source: $(System.DefaultWorkingDirectory)/ArtifactName/Folder/*

I hope this will help.

Want to become an Azure expert? join Azure Training now!!

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...