Skip to content

Commit

Permalink
[CocoaPodsV0][InstallAppleCertificateV2][InstallAppleProvisioningProf…
Browse files Browse the repository at this point in the history
…ileV1][XcodeV5] Update task-lib (microsoft#14886)

* Updated task-lib in CocoaPods task

* Updated task-lib in InstallAppleCertificateV2 task

* Updated task-lib in InstallAppleProvisioningProfileV1 task

* Updated task-lib in XcodeV5 task

* Bumped XcodeV5 version

* Update task.json

* Update task.loc.json

* Update task.json

* Update task.loc.json

* Update task.json

* Update task.json

* Update task.loc.json

* Bumped task in task-lock.json

Co-authored-by: Vladislav Ryzhov <[email protected]>
  • Loading branch information
2 people authored and v-padiseshu committed Jul 28, 2021
1 parent ed7185a commit 7247ae9
Show file tree
Hide file tree
Showing 16 changed files with 801 additions and 243 deletions.
130 changes: 65 additions & 65 deletions Tasks/CocoaPodsV0/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/CocoaPodsV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"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
4 changes: 2 additions & 2 deletions Tasks/CocoaPodsV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"minimumAgentVersion": "2.182.1",
"version": {
"Major": 0,
"Minor": 186,
"Minor": 189,
"Patch": 0
},
"groups": [
Expand Down Expand Up @@ -78,4 +78,4 @@
"PodFailed": "The 'pod' command failed with error: %s",
"CocoaPodsNotFound": "The 'pod' command was not found. Please install CocoaPods on the agent machine (https://cocoapods.org/)."
}
}
}
4 changes: 2 additions & 2 deletions Tasks/CocoaPodsV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"minimumAgentVersion": "2.182.1",
"version": {
"Major": 0,
"Minor": 186,
"Minor": 189,
"Patch": 0
},
"groups": [
Expand Down Expand Up @@ -78,4 +78,4 @@
"PodFailed": "ms-resource:loc.messages.PodFailed",
"CocoaPodsNotFound": "ms-resource:loc.messages.CocoaPodsNotFound"
}
}
}
Loading

0 comments on commit 7247ae9

Please sign in to comment.