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

Commit c4bcd53

Browse files
committed
Added ado task test pipeline
1 parent d6dee8a commit c4bcd53

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

ado-task-test.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
trigger:
2+
- master
3+
4+
pool:
5+
vmImage: 'ubuntu-latest'
6+
7+
steps:
8+
- task: android-app-size-diff-task@0
9+
inputs:
10+
baseAppPath: test/assets/test.apk
11+
targetAppPath: test/assets/test.apk
12+
summaryOutputPath: summary.md
13+
displayName: 'Run APK size comparision'
14+
15+
- script: cat summary.md
16+
displayName: 'Print generated summary'

0 commit comments

Comments
 (0)