Skip to content

Commit

Permalink
Update task-lib version (#249)
Browse files Browse the repository at this point in the history
* Updated task-lib in AppStorePromoteTask

* Updated task-lib in AppStoreRelease task

* Updated task-lib in IpaResign task

* Update task.json

* Update task.loc.json

* Update task.json

* Update task.loc.json

* Update task.json

* Update task.loc.json

Co-authored-by: Vladislav Ryzhov <v-vryzhov@microsoft.com>
  • Loading branch information
vladislav-ryzhov and Vladislav Ryzhov authored Jun 10, 2021
1 parent 82d09d5 commit c72f77f
Show file tree
Hide file tree
Showing 12 changed files with 347 additions and 263 deletions.
130 changes: 65 additions & 65 deletions Tasks/AppStorePromote/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AppStorePromote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Azure Pipelines task to promote a build in the Apple App Store",
"main": "app-store-promote.js",
"dependencies": {
"azure-pipelines-task-lib": "^3.0.6-preview.0",
"azure-pipelines-task-lib": "^3.1.2",
"@types/node": "^10.17.0",
"@types/mocha": "^5.2.7"
},
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AppStorePromote/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"demands": [ "xcode" ],
"version": {
"Major": "1",
"Minor": "186",
"Minor": "189",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AppStorePromote/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"version": {
"Major": "1",
"Minor": "186",
"Minor": "189",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down Expand Up @@ -250,4 +250,4 @@
"FastlaneSessionEmpty": "ms-resource:loc.messages.FastlaneSessionEmpty",
"PrecheckInAppPurchasesDisabled": "ms-resource:loc.messages.PrecheckInAppPurchasesDisabled"
}
}
}
Loading

0 comments on commit c72f77f

Please sign in to comment.