Skip to content

Commit

Permalink
[aggregate-reports] Workaround for upload dependency report (#29036)
Browse files Browse the repository at this point in the history
aggregate report is broken due to azcopy can't do authorization by using
AAD Workload Identity.
Azure/azure-storage-azcopy#2545
this is a workaround for this known issue
  • Loading branch information
ckairen committed Mar 29, 2024
1 parent b5a1199 commit a5790a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/aggregate-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ stages:
copy eng/common/InterdependencyGraph.html $(Build.ArtifactStagingDirectory)
displayName: 'Copy static file'
- task: AzureFileCopy@4
- task: AzureFileCopy@6
displayName: 'Upload Dependency Report'
inputs:
sourcePath: '$(Build.ArtifactStagingDirectory)/*'
Expand All @@ -62,7 +62,7 @@ stages:
blobPrefix: dependencies
AdditionalArgumentsForBlobCopy: '--exclude-pattern=*data.js*'

- task: AzureFileCopy@4
- task: AzureFileCopy@6
displayName: 'Upload Dependency Graph'
inputs:
sourcePath: '$(Build.ArtifactStagingDirectory)/*'
Expand Down

0 comments on commit a5790a4

Please sign in to comment.