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

Commit d6dee8a

Browse files
committed
Released ADO plugin
1 parent f7b8e51 commit d6dee8a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ado-extension.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "android-app-size-diff",
44
"name": "Android app size changes",
5-
"version": "0.0.20",
5+
"version": "0.0.22",
66
"publisher": "PraveenPendyala",
77
"targets": [
88
{
@@ -18,7 +18,7 @@
1818
},
1919
"files": [
2020
{
21-
"path": "dist/src/"
21+
"path": "dist/src"
2222
}
2323
],
2424
"contributions": [
@@ -29,7 +29,7 @@
2929
"ms.vss-distributed-task.tasks"
3030
],
3131
"properties": {
32-
"name": "dist/src/"
32+
"name": "dist/src"
3333
}
3434
}
3535
]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "android-app-size-ado",
3-
"version": "0.0.20",
3+
"version": "0.0.22",
44
"description": "Azure DevOps task to measure the size in Android app size by looking at 2 given APKs and AABs",
55
"main": "index.js",
66
"scripts": {
@@ -50,4 +50,4 @@
5050
"ts-node": "^8.5.4",
5151
"typescript": "^3.7.4"
5252
}
53-
}
53+
}

src/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"version": {
1111
"Major": 0,
1212
"Minor": 0,
13-
"Patch": 20
13+
"Patch": 22
1414
},
1515
"instanceNameFormat": "Android App size change - $(baseAppPath) vs $(targetAppPath)",
1616
"inputs": [

0 commit comments

Comments
 (0)