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!!