Skip to content

Commit 4be6873

Browse files
authored
Use newer version of AzureFileCopy task (#35168)
1 parent 586f24d commit 4be6873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/aggregate-reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stages:
2828
parameters:
2929
ScanPath: $(Build.SourcesDirectory)/sdk
3030

31-
- task: AzureFileCopy@4
31+
- task: AzureFileCopy@6
3232
displayName: 'Upload Dependency Report'
3333
condition: and(succeededOrFailed(), eq(variables['System.TeamProject'], 'internal'))
3434
inputs:
@@ -40,7 +40,7 @@ stages:
4040
blobPrefix: dependencies
4141
AdditionalArgumentsForBlobCopy: '--exclude-pattern=*data.js*'
4242

43-
- task: AzureFileCopy@4
43+
- task: AzureFileCopy@6
4444
displayName: 'Upload Dependency Graph'
4545
condition: and(succeededOrFailed(), eq(variables['System.TeamProject'], 'internal'))
4646
inputs:

0 commit comments

Comments
 (0)