Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit f192335

Browse files
committed
Updated ADO task test
1 parent a51351c commit f192335

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ado-task-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ steps:
88
- task: android-app-size-diff@0
99
inputs:
1010
baseAppPath: test/assets/test.apk
11+
baseAppLabel: Base app
1112
targetAppPath: test/assets/test.apk
13+
targetAppLabel: Target app
1214
summaryOutputPath: summary.md
15+
metrics: appSize, installSize, arscFile, nativeLibs, dexFiles
16+
thresholds: 10, 10, 10, 10, 10
1317
displayName: 'Run APK size comparision'
1418

1519
- script: cat summary.md

0 commit comments

Comments
 (0)