Output cache stats (#13937)

### Description
Output cache stats
This commit is contained in:
Yi Zhang 2022-12-12 15:22:13 +08:00 committed by GitHub
parent 89812a623e
commit 2cb12caf93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,10 @@ jobs:
BuildJava: true
BuildNodejs: true
- script: |
ccache -s
displayName: Show Cache -stats
- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(Build.ArtifactStagingDirectory)'