AzureFileCopy produces application/octet-stream files in blob

时间:2019-03-06 11:34:40

标签: azure-storage-blobs azure-pipelines-build-task

I am using the AzureFileCopy task to copy files to a blob for a cdn, but all my new files end up as application/octet-stream by default. Is there any way this can be changed?

steps:
- task: AzureFileCopy@1
  displayName: ' File Copy - blob'
  inputs:
    SourcePath: '$(System.DefaultWorkingDirectory)/xxxxxx/blob'
    azureSubscription: 'xxxxxx'
    Destination: AzureBlob
    storage: xxxxxx
    ContainerName: cdn

0 个答案:

没有答案