We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586f24d commit 4be6873Copy full SHA for 4be6873
eng/pipelines/aggregate-reports.yml
@@ -28,7 +28,7 @@ stages:
28
parameters:
29
ScanPath: $(Build.SourcesDirectory)/sdk
30
31
- - task: AzureFileCopy@4
+ - task: AzureFileCopy@6
32
displayName: 'Upload Dependency Report'
33
condition: and(succeededOrFailed(), eq(variables['System.TeamProject'], 'internal'))
34
inputs:
@@ -40,7 +40,7 @@ stages:
40
blobPrefix: dependencies
41
AdditionalArgumentsForBlobCopy: '--exclude-pattern=*data.js*'
42
43
44
displayName: 'Upload Dependency Graph'
45
46
0 commit comments