Skip to content

Commit

Permalink
[AppStoreRelease] Reverted PR #175 + prepared release 178 (#194)
Browse files Browse the repository at this point in the history
* Reverted PR#175 changes

* Updated extension version
  • Loading branch information
egor-bryzgalov authored Nov 6, 2020
1 parent 709accb commit a96d777
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Tasks/app-store-promote/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"demands": [ "xcode" ],
"version": {
"Major": "1",
"Minor": "177",
"Minor": "178",
"Patch": "2"
},
"minimumAgentVersion": "1.95.3",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/app-store-promote/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"version": {
"Major": "1",
"Minor": "177",
"Minor": "178",
"Patch": "2"
},
"minimumAgentVersion": "1.95.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ let myAnswers: string = `{
"code": 0,
"stdout": "1 gem installed"
},
"fastlane pilot upload -u creds-username -i mypackage.ipa --changelog Release notes for beta release. -a com.microsoft.test.appId --distribute_external true --groups \\"Group1,Group 2\\"": {
"fastlane pilot upload -u creds-username -i mypackage.ipa --changelog Release notes for beta release. -a com.microsoft.test.appId --distribute_external true --groups Group1,Group 2": {
"code": 0,
"stdout": "consider it uploaded!"
}
Expand Down
2 changes: 1 addition & 1 deletion Tasks/app-store-release/app-store-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ async function run() {
}

let externalTestersGroups: string = tl.getInput('externalTestersGroups');
pilotCommand.argIf(externalTestersGroups, ['--groups', `"${externalTestersGroups}"`]);
pilotCommand.argIf(externalTestersGroups, ['--groups', externalTestersGroups]);
}

if (fastlaneArguments) {
Expand Down
2 changes: 1 addition & 1 deletion Tasks/app-store-release/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": "1",
"Minor": "178",
"Patch": "1"
"Patch": "2"
},
"minimumAgentVersion": "1.95.3",
"instanceNameFormat": "Publish to the App Store $(releaseTrack) track",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/app-store-release/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": "1",
"Minor": "178",
"Patch": "1"
"Patch": "2"
},
"minimumAgentVersion": "1.95.3",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/ipa-resign/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"demands": [ "xcode" ],
"version": {
"Major": "1",
"Minor": "177",
"Minor": "178",
"Patch": "2"
},
"minimumAgentVersion": "1.95.3",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/ipa-resign/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"version": {
"Major": "1",
"Minor": "177",
"Minor": "178",
"Patch": "2"
},
"minimumAgentVersion": "1.95.3",
Expand Down
2 changes: 1 addition & 1 deletion app-store-vsts-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "app-store",
"name": "Apple App Store",
"version": "1.177.2",
"version": "1.178.2",
"publisher": "ms-vsclient",
"description": "Provides tasks for publishing to Apple's App Store from a TFS/Azure DevOps build or release pipeline",
"categories": [
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-store-vsts-extension",
"version": "1.177.2",
"version": "1.178.2",
"description": "A set of TFS/Azure Pipelines tasks for publishing apps to the Apple App Store.",
"repository": {
"type": "git",
Expand Down

0 comments on commit a96d777

Please sign in to comment.