From 048f1fb59bc427b55029af791a61056776d0b66f Mon Sep 17 00:00:00 2001 From: Daniil Shmelev <72494759+DaniilShmelev@users.noreply.github.com> Date: Mon, 6 Sep 2021 19:14:57 +0300 Subject: [PATCH] Add major version to task directories names (#290) * add major version to task names * fix task paths in extension.json --- .../resources.resjson/en-US/resources.resjson | 0 .../Tests/L0.ts | 0 .../Tests/L0InvalidJsonAuth.ts | 0 .../Tests/L0NoJsonFileAuth.ts | 0 .../Tests/L0NoServiceEndpoint.ts | 0 .../Tests/L0PromoteNoVersionCode.ts | 0 .../Tests/L0PromoteWithVersionCode.ts | 0 .../Tests/L0SendReleaseNotes.ts | 0 .../google-play-promote.ps1 | 0 .../google-play-promote.ts | 0 .../googleutil.ts | 0 .../icon.png | Bin .../package-lock.json | 0 .../package.json | 0 .../task.json | 2 +- .../task.loc.json | 2 +- .../tsconfig.json | 0 .../tslint.json | 0 .../GooglePlay.ps1 | 0 .../GooglePlay.ts | 0 .../resources.resjson/en-US/resources.resjson | 0 .../Tests/L0.ts | 0 .../Tests/L0AttachMetadata.ts | 0 .../Tests/L0BadVersionList.ts | 0 .../Tests/L0DeobfuscationFileNotFound.ts | 0 .../Tests/L0FoundDeobfuscationFile.ts | 0 .../Tests/L0GoogleUtil.ts | 0 .../Tests/L0HappyPath.ts | 0 .../Tests/L0InvalidJsonAuth.ts | 0 .../Tests/L0NoBundleFound.ts | 0 .../Tests/L0NoBundleSupplied.ts | 0 .../Tests/L0NoJsonFileAuth.ts | 0 .../Tests/L0NoPackageNameSupplied.ts | 0 .../Tests/L0NoServiceEndpoint.ts | 0 .../Tests/L0UpdateTrackWithVersionList.ts | 0 .../Tests/L0UseChangeLog.ts | 0 .../Tests/L0UseChangeLogFail.ts | 0 .../googleutil.ts | 0 .../icon.png | Bin .../package-lock.json | 0 .../package.json | 0 .../task.json | 2 +- .../task.loc.json | 2 +- .../tsconfig.json | 0 .../tslint.json | 0 .../.taskkey | 0 .../GooglePlay.ps1 | 0 .../GooglePlay.ts | 0 .../resources.resjson/en-US/resources.resjson | 0 .../Tests/L0.ts | 0 .../Tests/L0AttachMetadata.ts | 0 .../Tests/L0BadVersionList.ts | 0 .../Tests/L0DeobfuscationFileNotFound.ts | 0 .../Tests/L0FoundDeobfuscationFile.ts | 0 .../Tests/L0HappyPath.ts | 0 .../Tests/L0InvalidJsonAuth.ts | 0 .../Tests/L0NoApkFound.ts | 0 .../Tests/L0NoApkSupplied.ts | 0 .../Tests/L0NoJsonFileAuth.ts | 0 .../Tests/L0NoServiceEndpoint.ts | 0 .../Tests/L0ObbFileNotFound.ts | 0 .../Tests/L0ObbFoundInApkDirectory.ts | 0 .../Tests/L0ObbFoundInParentDirectory.ts | 0 .../Tests/L0UpdateTrackWithVersionList.ts | 0 .../Tests/L0UseChangeLog.ts | 0 .../Tests/L0UseChangeLogFail.ts | 0 .../Tests/L0_googleutil.ts | 0 .../googleutil.ts | 0 .../icon.png | Bin .../package-lock.json | 0 .../package.json | 0 .../task.json | 2 +- .../task.loc.json | 2 +- .../tsconfig.json | 0 .../tslint.json | 0 .../resources.resjson/en-US/resources.resjson | 0 .../Tests/L0.ts | 0 .../Tests/L0GoogleAuthError.ts | 0 .../Tests/L0InvalidJsonAuth.ts | 0 .../Tests/L0NoJsonFileAuth.ts | 0 .../Tests/L0NoServiceEndpoint.ts | 0 .../Tests/L0NothingInProgress.ts | 0 .../Tests/L0SendReleaseNotes.ts | 0 .../google-play-rollout-update.ps1 | 0 .../google-play-rollout-update.ts | 0 .../googleutil.ts | 0 .../icon.png | Bin .../package-lock.json | 0 .../package.json | 0 .../task.json | 2 +- .../task.loc.json | 2 +- .../tsconfig.json | 0 .../tslint.json | 0 .../resources.resjson/en-US/resources.resjson | 0 .../google-play-status-update.ts | 0 .../googleutil.ts | 0 .../icon.png | Bin .../package-lock.json | 0 .../package.json | 0 .../task.json | 2 +- .../task.loc.json | 2 +- .../tsconfig.json | 0 .../tslint.json | 0 make-options.json | 10 ++++----- vsts-extension-google-play.json | 20 +++++++++--------- 105 files changed, 25 insertions(+), 25 deletions(-) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/Strings/resources.resjson/en-US/resources.resjson (100%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/Tests/L0.ts (100%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/Tests/L0InvalidJsonAuth.ts (100%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/Tests/L0NoJsonFileAuth.ts (100%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/Tests/L0NoServiceEndpoint.ts (100%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/Tests/L0PromoteNoVersionCode.ts (100%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/Tests/L0PromoteWithVersionCode.ts (100%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/Tests/L0SendReleaseNotes.ts (100%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/google-play-promote.ps1 (100%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/google-play-promote.ts (100%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/googleutil.ts (100%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/icon.png (100%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/package-lock.json (100%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/package.json (100%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/task.json (99%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/task.loc.json (99%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/tsconfig.json (100%) rename Tasks/{GooglePlayPromote => GooglePlayPromoteV2}/tslint.json (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/GooglePlay.ps1 (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/GooglePlay.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/Strings/resources.resjson/en-US/resources.resjson (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/Tests/L0.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/Tests/L0AttachMetadata.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/Tests/L0BadVersionList.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/Tests/L0DeobfuscationFileNotFound.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/Tests/L0FoundDeobfuscationFile.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/Tests/L0GoogleUtil.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/Tests/L0HappyPath.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseBundleV3}/Tests/L0InvalidJsonAuth.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/Tests/L0NoBundleFound.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/Tests/L0NoBundleSupplied.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseBundleV3}/Tests/L0NoJsonFileAuth.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/Tests/L0NoPackageNameSupplied.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseBundleV3}/Tests/L0NoServiceEndpoint.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/Tests/L0UpdateTrackWithVersionList.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/Tests/L0UseChangeLog.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/Tests/L0UseChangeLogFail.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/googleutil.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseBundleV3}/icon.png (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/package-lock.json (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/package.json (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/task.json (99%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/task.loc.json (99%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseBundleV3}/tsconfig.json (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseBundleV3}/tslint.json (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/.taskkey (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/GooglePlay.ps1 (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/GooglePlay.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Strings/resources.resjson/en-US/resources.resjson (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Tests/L0.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Tests/L0AttachMetadata.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Tests/L0BadVersionList.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Tests/L0DeobfuscationFileNotFound.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Tests/L0FoundDeobfuscationFile.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Tests/L0HappyPath.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseV3}/Tests/L0InvalidJsonAuth.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Tests/L0NoApkFound.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Tests/L0NoApkSupplied.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseV3}/Tests/L0NoJsonFileAuth.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseV3}/Tests/L0NoServiceEndpoint.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Tests/L0ObbFileNotFound.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Tests/L0ObbFoundInApkDirectory.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Tests/L0ObbFoundInParentDirectory.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Tests/L0UpdateTrackWithVersionList.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Tests/L0UseChangeLog.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Tests/L0UseChangeLogFail.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/Tests/L0_googleutil.ts (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/googleutil.ts (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseV3}/icon.png (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/package-lock.json (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/package.json (100%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/task.json (99%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/task.loc.json (99%) rename Tasks/{GooglePlayRelease => GooglePlayReleaseV3}/tsconfig.json (100%) rename Tasks/{GooglePlayReleaseBundle => GooglePlayReleaseV3}/tslint.json (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/Strings/resources.resjson/en-US/resources.resjson (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/Tests/L0.ts (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/Tests/L0GoogleAuthError.ts (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/Tests/L0InvalidJsonAuth.ts (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/Tests/L0NoJsonFileAuth.ts (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/Tests/L0NoServiceEndpoint.ts (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/Tests/L0NothingInProgress.ts (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/Tests/L0SendReleaseNotes.ts (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/google-play-rollout-update.ps1 (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/google-play-rollout-update.ts (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/googleutil.ts (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/icon.png (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/package-lock.json (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/package.json (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/task.json (99%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/task.loc.json (99%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/tsconfig.json (100%) rename Tasks/{GooglePlayRolloutUpdate => GooglePlayRolloutUpdateV3}/tslint.json (100%) rename Tasks/{GooglePlayStatusUpdate => GooglePlayStatusUpdateV2}/Strings/resources.resjson/en-US/resources.resjson (100%) rename Tasks/{GooglePlayStatusUpdate => GooglePlayStatusUpdateV2}/google-play-status-update.ts (100%) rename Tasks/{GooglePlayStatusUpdate => GooglePlayStatusUpdateV2}/googleutil.ts (100%) rename Tasks/{GooglePlayStatusUpdate => GooglePlayStatusUpdateV2}/icon.png (100%) rename Tasks/{GooglePlayStatusUpdate => GooglePlayStatusUpdateV2}/package-lock.json (100%) rename Tasks/{GooglePlayStatusUpdate => GooglePlayStatusUpdateV2}/package.json (100%) rename Tasks/{GooglePlayStatusUpdate => GooglePlayStatusUpdateV2}/task.json (99%) rename Tasks/{GooglePlayStatusUpdate => GooglePlayStatusUpdateV2}/task.loc.json (99%) rename Tasks/{GooglePlayStatusUpdate => GooglePlayStatusUpdateV2}/tsconfig.json (100%) rename Tasks/{GooglePlayStatusUpdate => GooglePlayStatusUpdateV2}/tslint.json (100%) diff --git a/Tasks/GooglePlayPromote/Strings/resources.resjson/en-US/resources.resjson b/Tasks/GooglePlayPromoteV2/Strings/resources.resjson/en-US/resources.resjson similarity index 100% rename from Tasks/GooglePlayPromote/Strings/resources.resjson/en-US/resources.resjson rename to Tasks/GooglePlayPromoteV2/Strings/resources.resjson/en-US/resources.resjson diff --git a/Tasks/GooglePlayPromote/Tests/L0.ts b/Tasks/GooglePlayPromoteV2/Tests/L0.ts similarity index 100% rename from Tasks/GooglePlayPromote/Tests/L0.ts rename to Tasks/GooglePlayPromoteV2/Tests/L0.ts diff --git a/Tasks/GooglePlayPromote/Tests/L0InvalidJsonAuth.ts b/Tasks/GooglePlayPromoteV2/Tests/L0InvalidJsonAuth.ts similarity index 100% rename from Tasks/GooglePlayPromote/Tests/L0InvalidJsonAuth.ts rename to Tasks/GooglePlayPromoteV2/Tests/L0InvalidJsonAuth.ts diff --git a/Tasks/GooglePlayPromote/Tests/L0NoJsonFileAuth.ts b/Tasks/GooglePlayPromoteV2/Tests/L0NoJsonFileAuth.ts similarity index 100% rename from Tasks/GooglePlayPromote/Tests/L0NoJsonFileAuth.ts rename to Tasks/GooglePlayPromoteV2/Tests/L0NoJsonFileAuth.ts diff --git a/Tasks/GooglePlayPromote/Tests/L0NoServiceEndpoint.ts b/Tasks/GooglePlayPromoteV2/Tests/L0NoServiceEndpoint.ts similarity index 100% rename from Tasks/GooglePlayPromote/Tests/L0NoServiceEndpoint.ts rename to Tasks/GooglePlayPromoteV2/Tests/L0NoServiceEndpoint.ts diff --git a/Tasks/GooglePlayPromote/Tests/L0PromoteNoVersionCode.ts b/Tasks/GooglePlayPromoteV2/Tests/L0PromoteNoVersionCode.ts similarity index 100% rename from Tasks/GooglePlayPromote/Tests/L0PromoteNoVersionCode.ts rename to Tasks/GooglePlayPromoteV2/Tests/L0PromoteNoVersionCode.ts diff --git a/Tasks/GooglePlayPromote/Tests/L0PromoteWithVersionCode.ts b/Tasks/GooglePlayPromoteV2/Tests/L0PromoteWithVersionCode.ts similarity index 100% rename from Tasks/GooglePlayPromote/Tests/L0PromoteWithVersionCode.ts rename to Tasks/GooglePlayPromoteV2/Tests/L0PromoteWithVersionCode.ts diff --git a/Tasks/GooglePlayPromote/Tests/L0SendReleaseNotes.ts b/Tasks/GooglePlayPromoteV2/Tests/L0SendReleaseNotes.ts similarity index 100% rename from Tasks/GooglePlayPromote/Tests/L0SendReleaseNotes.ts rename to Tasks/GooglePlayPromoteV2/Tests/L0SendReleaseNotes.ts diff --git a/Tasks/GooglePlayPromote/google-play-promote.ps1 b/Tasks/GooglePlayPromoteV2/google-play-promote.ps1 similarity index 100% rename from Tasks/GooglePlayPromote/google-play-promote.ps1 rename to Tasks/GooglePlayPromoteV2/google-play-promote.ps1 diff --git a/Tasks/GooglePlayPromote/google-play-promote.ts b/Tasks/GooglePlayPromoteV2/google-play-promote.ts similarity index 100% rename from Tasks/GooglePlayPromote/google-play-promote.ts rename to Tasks/GooglePlayPromoteV2/google-play-promote.ts diff --git a/Tasks/GooglePlayPromote/googleutil.ts b/Tasks/GooglePlayPromoteV2/googleutil.ts similarity index 100% rename from Tasks/GooglePlayPromote/googleutil.ts rename to Tasks/GooglePlayPromoteV2/googleutil.ts diff --git a/Tasks/GooglePlayPromote/icon.png b/Tasks/GooglePlayPromoteV2/icon.png similarity index 100% rename from Tasks/GooglePlayPromote/icon.png rename to Tasks/GooglePlayPromoteV2/icon.png diff --git a/Tasks/GooglePlayPromote/package-lock.json b/Tasks/GooglePlayPromoteV2/package-lock.json similarity index 100% rename from Tasks/GooglePlayPromote/package-lock.json rename to Tasks/GooglePlayPromoteV2/package-lock.json diff --git a/Tasks/GooglePlayPromote/package.json b/Tasks/GooglePlayPromoteV2/package.json similarity index 100% rename from Tasks/GooglePlayPromote/package.json rename to Tasks/GooglePlayPromoteV2/package.json diff --git a/Tasks/GooglePlayPromote/task.json b/Tasks/GooglePlayPromoteV2/task.json similarity index 99% rename from Tasks/GooglePlayPromote/task.json rename to Tasks/GooglePlayPromoteV2/task.json index 2b6422d1..596a55fe 100644 --- a/Tasks/GooglePlayPromote/task.json +++ b/Tasks/GooglePlayPromoteV2/task.json @@ -14,7 +14,7 @@ ], "version": { "Major": "3", - "Minor": "189", + "Minor": "193", "Patch": "0" }, "minimumAgentVersion": "2.182.1", diff --git a/Tasks/GooglePlayPromote/task.loc.json b/Tasks/GooglePlayPromoteV2/task.loc.json similarity index 99% rename from Tasks/GooglePlayPromote/task.loc.json rename to Tasks/GooglePlayPromoteV2/task.loc.json index b3c08311..fad42194 100644 --- a/Tasks/GooglePlayPromote/task.loc.json +++ b/Tasks/GooglePlayPromoteV2/task.loc.json @@ -14,7 +14,7 @@ ], "version": { "Major": "3", - "Minor": "189", + "Minor": "193", "Patch": "0" }, "minimumAgentVersion": "2.182.1", diff --git a/Tasks/GooglePlayPromote/tsconfig.json b/Tasks/GooglePlayPromoteV2/tsconfig.json similarity index 100% rename from Tasks/GooglePlayPromote/tsconfig.json rename to Tasks/GooglePlayPromoteV2/tsconfig.json diff --git a/Tasks/GooglePlayPromote/tslint.json b/Tasks/GooglePlayPromoteV2/tslint.json similarity index 100% rename from Tasks/GooglePlayPromote/tslint.json rename to Tasks/GooglePlayPromoteV2/tslint.json diff --git a/Tasks/GooglePlayReleaseBundle/GooglePlay.ps1 b/Tasks/GooglePlayReleaseBundleV3/GooglePlay.ps1 similarity index 100% rename from Tasks/GooglePlayReleaseBundle/GooglePlay.ps1 rename to Tasks/GooglePlayReleaseBundleV3/GooglePlay.ps1 diff --git a/Tasks/GooglePlayReleaseBundle/GooglePlay.ts b/Tasks/GooglePlayReleaseBundleV3/GooglePlay.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/GooglePlay.ts rename to Tasks/GooglePlayReleaseBundleV3/GooglePlay.ts diff --git a/Tasks/GooglePlayReleaseBundle/Strings/resources.resjson/en-US/resources.resjson b/Tasks/GooglePlayReleaseBundleV3/Strings/resources.resjson/en-US/resources.resjson similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Strings/resources.resjson/en-US/resources.resjson rename to Tasks/GooglePlayReleaseBundleV3/Strings/resources.resjson/en-US/resources.resjson diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0.ts diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0AttachMetadata.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0AttachMetadata.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0AttachMetadata.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0AttachMetadata.ts diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0BadVersionList.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0BadVersionList.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0BadVersionList.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0BadVersionList.ts diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0DeobfuscationFileNotFound.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0DeobfuscationFileNotFound.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0DeobfuscationFileNotFound.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0DeobfuscationFileNotFound.ts diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0FoundDeobfuscationFile.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0FoundDeobfuscationFile.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0FoundDeobfuscationFile.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0FoundDeobfuscationFile.ts diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0GoogleUtil.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0GoogleUtil.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0GoogleUtil.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0GoogleUtil.ts diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0HappyPath.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0HappyPath.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0HappyPath.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0HappyPath.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0InvalidJsonAuth.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0InvalidJsonAuth.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0InvalidJsonAuth.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0InvalidJsonAuth.ts diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0NoBundleFound.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0NoBundleFound.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0NoBundleFound.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0NoBundleFound.ts diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0NoBundleSupplied.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0NoBundleSupplied.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0NoBundleSupplied.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0NoBundleSupplied.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0NoJsonFileAuth.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0NoJsonFileAuth.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0NoJsonFileAuth.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0NoJsonFileAuth.ts diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0NoPackageNameSupplied.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0NoPackageNameSupplied.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0NoPackageNameSupplied.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0NoPackageNameSupplied.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0NoServiceEndpoint.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0NoServiceEndpoint.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0NoServiceEndpoint.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0NoServiceEndpoint.ts diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0UpdateTrackWithVersionList.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0UpdateTrackWithVersionList.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0UpdateTrackWithVersionList.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0UpdateTrackWithVersionList.ts diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0UseChangeLog.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0UseChangeLog.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0UseChangeLog.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0UseChangeLog.ts diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0UseChangeLogFail.ts b/Tasks/GooglePlayReleaseBundleV3/Tests/L0UseChangeLogFail.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0UseChangeLogFail.ts rename to Tasks/GooglePlayReleaseBundleV3/Tests/L0UseChangeLogFail.ts diff --git a/Tasks/GooglePlayReleaseBundle/googleutil.ts b/Tasks/GooglePlayReleaseBundleV3/googleutil.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/googleutil.ts rename to Tasks/GooglePlayReleaseBundleV3/googleutil.ts diff --git a/Tasks/GooglePlayRelease/icon.png b/Tasks/GooglePlayReleaseBundleV3/icon.png similarity index 100% rename from Tasks/GooglePlayRelease/icon.png rename to Tasks/GooglePlayReleaseBundleV3/icon.png diff --git a/Tasks/GooglePlayReleaseBundle/package-lock.json b/Tasks/GooglePlayReleaseBundleV3/package-lock.json similarity index 100% rename from Tasks/GooglePlayReleaseBundle/package-lock.json rename to Tasks/GooglePlayReleaseBundleV3/package-lock.json diff --git a/Tasks/GooglePlayReleaseBundle/package.json b/Tasks/GooglePlayReleaseBundleV3/package.json similarity index 100% rename from Tasks/GooglePlayReleaseBundle/package.json rename to Tasks/GooglePlayReleaseBundleV3/package.json diff --git a/Tasks/GooglePlayReleaseBundle/task.json b/Tasks/GooglePlayReleaseBundleV3/task.json similarity index 99% rename from Tasks/GooglePlayReleaseBundle/task.json rename to Tasks/GooglePlayReleaseBundleV3/task.json index d38f4c59..d301682c 100644 --- a/Tasks/GooglePlayReleaseBundle/task.json +++ b/Tasks/GooglePlayReleaseBundleV3/task.json @@ -14,7 +14,7 @@ ], "version": { "Major": "3", - "Minor": "192", + "Minor": "193", "Patch": "0" }, "minimumAgentVersion": "2.182.1", diff --git a/Tasks/GooglePlayReleaseBundle/task.loc.json b/Tasks/GooglePlayReleaseBundleV3/task.loc.json similarity index 99% rename from Tasks/GooglePlayReleaseBundle/task.loc.json rename to Tasks/GooglePlayReleaseBundleV3/task.loc.json index 111e5a58..db950e2f 100644 --- a/Tasks/GooglePlayReleaseBundle/task.loc.json +++ b/Tasks/GooglePlayReleaseBundleV3/task.loc.json @@ -14,7 +14,7 @@ ], "version": { "Major": "3", - "Minor": "192", + "Minor": "193", "Patch": "0" }, "minimumAgentVersion": "2.182.1", diff --git a/Tasks/GooglePlayReleaseBundle/tsconfig.json b/Tasks/GooglePlayReleaseBundleV3/tsconfig.json similarity index 100% rename from Tasks/GooglePlayReleaseBundle/tsconfig.json rename to Tasks/GooglePlayReleaseBundleV3/tsconfig.json diff --git a/Tasks/GooglePlayRelease/tslint.json b/Tasks/GooglePlayReleaseBundleV3/tslint.json similarity index 100% rename from Tasks/GooglePlayRelease/tslint.json rename to Tasks/GooglePlayReleaseBundleV3/tslint.json diff --git a/Tasks/GooglePlayRelease/.taskkey b/Tasks/GooglePlayReleaseV3/.taskkey similarity index 100% rename from Tasks/GooglePlayRelease/.taskkey rename to Tasks/GooglePlayReleaseV3/.taskkey diff --git a/Tasks/GooglePlayRelease/GooglePlay.ps1 b/Tasks/GooglePlayReleaseV3/GooglePlay.ps1 similarity index 100% rename from Tasks/GooglePlayRelease/GooglePlay.ps1 rename to Tasks/GooglePlayReleaseV3/GooglePlay.ps1 diff --git a/Tasks/GooglePlayRelease/GooglePlay.ts b/Tasks/GooglePlayReleaseV3/GooglePlay.ts similarity index 100% rename from Tasks/GooglePlayRelease/GooglePlay.ts rename to Tasks/GooglePlayReleaseV3/GooglePlay.ts diff --git a/Tasks/GooglePlayRelease/Strings/resources.resjson/en-US/resources.resjson b/Tasks/GooglePlayReleaseV3/Strings/resources.resjson/en-US/resources.resjson similarity index 100% rename from Tasks/GooglePlayRelease/Strings/resources.resjson/en-US/resources.resjson rename to Tasks/GooglePlayReleaseV3/Strings/resources.resjson/en-US/resources.resjson diff --git a/Tasks/GooglePlayRelease/Tests/L0.ts b/Tasks/GooglePlayReleaseV3/Tests/L0.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0AttachMetadata.ts b/Tasks/GooglePlayReleaseV3/Tests/L0AttachMetadata.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0AttachMetadata.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0AttachMetadata.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0BadVersionList.ts b/Tasks/GooglePlayReleaseV3/Tests/L0BadVersionList.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0BadVersionList.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0BadVersionList.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0DeobfuscationFileNotFound.ts b/Tasks/GooglePlayReleaseV3/Tests/L0DeobfuscationFileNotFound.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0DeobfuscationFileNotFound.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0DeobfuscationFileNotFound.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0FoundDeobfuscationFile.ts b/Tasks/GooglePlayReleaseV3/Tests/L0FoundDeobfuscationFile.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0FoundDeobfuscationFile.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0FoundDeobfuscationFile.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0HappyPath.ts b/Tasks/GooglePlayReleaseV3/Tests/L0HappyPath.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0HappyPath.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0HappyPath.ts diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0InvalidJsonAuth.ts b/Tasks/GooglePlayReleaseV3/Tests/L0InvalidJsonAuth.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0InvalidJsonAuth.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0InvalidJsonAuth.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0NoApkFound.ts b/Tasks/GooglePlayReleaseV3/Tests/L0NoApkFound.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0NoApkFound.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0NoApkFound.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0NoApkSupplied.ts b/Tasks/GooglePlayReleaseV3/Tests/L0NoApkSupplied.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0NoApkSupplied.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0NoApkSupplied.ts diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0NoJsonFileAuth.ts b/Tasks/GooglePlayReleaseV3/Tests/L0NoJsonFileAuth.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0NoJsonFileAuth.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0NoJsonFileAuth.ts diff --git a/Tasks/GooglePlayReleaseBundle/Tests/L0NoServiceEndpoint.ts b/Tasks/GooglePlayReleaseV3/Tests/L0NoServiceEndpoint.ts similarity index 100% rename from Tasks/GooglePlayReleaseBundle/Tests/L0NoServiceEndpoint.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0NoServiceEndpoint.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0ObbFileNotFound.ts b/Tasks/GooglePlayReleaseV3/Tests/L0ObbFileNotFound.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0ObbFileNotFound.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0ObbFileNotFound.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0ObbFoundInApkDirectory.ts b/Tasks/GooglePlayReleaseV3/Tests/L0ObbFoundInApkDirectory.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0ObbFoundInApkDirectory.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0ObbFoundInApkDirectory.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0ObbFoundInParentDirectory.ts b/Tasks/GooglePlayReleaseV3/Tests/L0ObbFoundInParentDirectory.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0ObbFoundInParentDirectory.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0ObbFoundInParentDirectory.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0UpdateTrackWithVersionList.ts b/Tasks/GooglePlayReleaseV3/Tests/L0UpdateTrackWithVersionList.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0UpdateTrackWithVersionList.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0UpdateTrackWithVersionList.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0UseChangeLog.ts b/Tasks/GooglePlayReleaseV3/Tests/L0UseChangeLog.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0UseChangeLog.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0UseChangeLog.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0UseChangeLogFail.ts b/Tasks/GooglePlayReleaseV3/Tests/L0UseChangeLogFail.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0UseChangeLogFail.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0UseChangeLogFail.ts diff --git a/Tasks/GooglePlayRelease/Tests/L0_googleutil.ts b/Tasks/GooglePlayReleaseV3/Tests/L0_googleutil.ts similarity index 100% rename from Tasks/GooglePlayRelease/Tests/L0_googleutil.ts rename to Tasks/GooglePlayReleaseV3/Tests/L0_googleutil.ts diff --git a/Tasks/GooglePlayRelease/googleutil.ts b/Tasks/GooglePlayReleaseV3/googleutil.ts similarity index 100% rename from Tasks/GooglePlayRelease/googleutil.ts rename to Tasks/GooglePlayReleaseV3/googleutil.ts diff --git a/Tasks/GooglePlayReleaseBundle/icon.png b/Tasks/GooglePlayReleaseV3/icon.png similarity index 100% rename from Tasks/GooglePlayReleaseBundle/icon.png rename to Tasks/GooglePlayReleaseV3/icon.png diff --git a/Tasks/GooglePlayRelease/package-lock.json b/Tasks/GooglePlayReleaseV3/package-lock.json similarity index 100% rename from Tasks/GooglePlayRelease/package-lock.json rename to Tasks/GooglePlayReleaseV3/package-lock.json diff --git a/Tasks/GooglePlayRelease/package.json b/Tasks/GooglePlayReleaseV3/package.json similarity index 100% rename from Tasks/GooglePlayRelease/package.json rename to Tasks/GooglePlayReleaseV3/package.json diff --git a/Tasks/GooglePlayRelease/task.json b/Tasks/GooglePlayReleaseV3/task.json similarity index 99% rename from Tasks/GooglePlayRelease/task.json rename to Tasks/GooglePlayReleaseV3/task.json index 2ad53541..6f2bc294 100644 --- a/Tasks/GooglePlayRelease/task.json +++ b/Tasks/GooglePlayReleaseV3/task.json @@ -14,7 +14,7 @@ ], "version": { "Major": "3", - "Minor": "189", + "Minor": "193", "Patch": "0" }, "minimumAgentVersion": "2.182.1", diff --git a/Tasks/GooglePlayRelease/task.loc.json b/Tasks/GooglePlayReleaseV3/task.loc.json similarity index 99% rename from Tasks/GooglePlayRelease/task.loc.json rename to Tasks/GooglePlayReleaseV3/task.loc.json index 3a816168..3b3fe428 100644 --- a/Tasks/GooglePlayRelease/task.loc.json +++ b/Tasks/GooglePlayReleaseV3/task.loc.json @@ -14,7 +14,7 @@ ], "version": { "Major": "3", - "Minor": "189", + "Minor": "193", "Patch": "0" }, "minimumAgentVersion": "2.182.1", diff --git a/Tasks/GooglePlayRelease/tsconfig.json b/Tasks/GooglePlayReleaseV3/tsconfig.json similarity index 100% rename from Tasks/GooglePlayRelease/tsconfig.json rename to Tasks/GooglePlayReleaseV3/tsconfig.json diff --git a/Tasks/GooglePlayReleaseBundle/tslint.json b/Tasks/GooglePlayReleaseV3/tslint.json similarity index 100% rename from Tasks/GooglePlayReleaseBundle/tslint.json rename to Tasks/GooglePlayReleaseV3/tslint.json diff --git a/Tasks/GooglePlayRolloutUpdate/Strings/resources.resjson/en-US/resources.resjson b/Tasks/GooglePlayRolloutUpdateV3/Strings/resources.resjson/en-US/resources.resjson similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/Strings/resources.resjson/en-US/resources.resjson rename to Tasks/GooglePlayRolloutUpdateV3/Strings/resources.resjson/en-US/resources.resjson diff --git a/Tasks/GooglePlayRolloutUpdate/Tests/L0.ts b/Tasks/GooglePlayRolloutUpdateV3/Tests/L0.ts similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/Tests/L0.ts rename to Tasks/GooglePlayRolloutUpdateV3/Tests/L0.ts diff --git a/Tasks/GooglePlayRolloutUpdate/Tests/L0GoogleAuthError.ts b/Tasks/GooglePlayRolloutUpdateV3/Tests/L0GoogleAuthError.ts similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/Tests/L0GoogleAuthError.ts rename to Tasks/GooglePlayRolloutUpdateV3/Tests/L0GoogleAuthError.ts diff --git a/Tasks/GooglePlayRolloutUpdate/Tests/L0InvalidJsonAuth.ts b/Tasks/GooglePlayRolloutUpdateV3/Tests/L0InvalidJsonAuth.ts similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/Tests/L0InvalidJsonAuth.ts rename to Tasks/GooglePlayRolloutUpdateV3/Tests/L0InvalidJsonAuth.ts diff --git a/Tasks/GooglePlayRolloutUpdate/Tests/L0NoJsonFileAuth.ts b/Tasks/GooglePlayRolloutUpdateV3/Tests/L0NoJsonFileAuth.ts similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/Tests/L0NoJsonFileAuth.ts rename to Tasks/GooglePlayRolloutUpdateV3/Tests/L0NoJsonFileAuth.ts diff --git a/Tasks/GooglePlayRolloutUpdate/Tests/L0NoServiceEndpoint.ts b/Tasks/GooglePlayRolloutUpdateV3/Tests/L0NoServiceEndpoint.ts similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/Tests/L0NoServiceEndpoint.ts rename to Tasks/GooglePlayRolloutUpdateV3/Tests/L0NoServiceEndpoint.ts diff --git a/Tasks/GooglePlayRolloutUpdate/Tests/L0NothingInProgress.ts b/Tasks/GooglePlayRolloutUpdateV3/Tests/L0NothingInProgress.ts similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/Tests/L0NothingInProgress.ts rename to Tasks/GooglePlayRolloutUpdateV3/Tests/L0NothingInProgress.ts diff --git a/Tasks/GooglePlayRolloutUpdate/Tests/L0SendReleaseNotes.ts b/Tasks/GooglePlayRolloutUpdateV3/Tests/L0SendReleaseNotes.ts similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/Tests/L0SendReleaseNotes.ts rename to Tasks/GooglePlayRolloutUpdateV3/Tests/L0SendReleaseNotes.ts diff --git a/Tasks/GooglePlayRolloutUpdate/google-play-rollout-update.ps1 b/Tasks/GooglePlayRolloutUpdateV3/google-play-rollout-update.ps1 similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/google-play-rollout-update.ps1 rename to Tasks/GooglePlayRolloutUpdateV3/google-play-rollout-update.ps1 diff --git a/Tasks/GooglePlayRolloutUpdate/google-play-rollout-update.ts b/Tasks/GooglePlayRolloutUpdateV3/google-play-rollout-update.ts similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/google-play-rollout-update.ts rename to Tasks/GooglePlayRolloutUpdateV3/google-play-rollout-update.ts diff --git a/Tasks/GooglePlayRolloutUpdate/googleutil.ts b/Tasks/GooglePlayRolloutUpdateV3/googleutil.ts similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/googleutil.ts rename to Tasks/GooglePlayRolloutUpdateV3/googleutil.ts diff --git a/Tasks/GooglePlayRolloutUpdate/icon.png b/Tasks/GooglePlayRolloutUpdateV3/icon.png similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/icon.png rename to Tasks/GooglePlayRolloutUpdateV3/icon.png diff --git a/Tasks/GooglePlayRolloutUpdate/package-lock.json b/Tasks/GooglePlayRolloutUpdateV3/package-lock.json similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/package-lock.json rename to Tasks/GooglePlayRolloutUpdateV3/package-lock.json diff --git a/Tasks/GooglePlayRolloutUpdate/package.json b/Tasks/GooglePlayRolloutUpdateV3/package.json similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/package.json rename to Tasks/GooglePlayRolloutUpdateV3/package.json diff --git a/Tasks/GooglePlayRolloutUpdate/task.json b/Tasks/GooglePlayRolloutUpdateV3/task.json similarity index 99% rename from Tasks/GooglePlayRolloutUpdate/task.json rename to Tasks/GooglePlayRolloutUpdateV3/task.json index 6a252e6c..be95a782 100644 --- a/Tasks/GooglePlayRolloutUpdate/task.json +++ b/Tasks/GooglePlayRolloutUpdateV3/task.json @@ -14,7 +14,7 @@ ], "version": { "Major": "2", - "Minor": "189", + "Minor": "193", "Patch": "0" }, "minimumAgentVersion": "2.182.1", diff --git a/Tasks/GooglePlayRolloutUpdate/task.loc.json b/Tasks/GooglePlayRolloutUpdateV3/task.loc.json similarity index 99% rename from Tasks/GooglePlayRolloutUpdate/task.loc.json rename to Tasks/GooglePlayRolloutUpdateV3/task.loc.json index 4b0037bc..f2c349b5 100644 --- a/Tasks/GooglePlayRolloutUpdate/task.loc.json +++ b/Tasks/GooglePlayRolloutUpdateV3/task.loc.json @@ -14,7 +14,7 @@ ], "version": { "Major": "2", - "Minor": "189", + "Minor": "193", "Patch": "0" }, "minimumAgentVersion": "2.182.1", diff --git a/Tasks/GooglePlayRolloutUpdate/tsconfig.json b/Tasks/GooglePlayRolloutUpdateV3/tsconfig.json similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/tsconfig.json rename to Tasks/GooglePlayRolloutUpdateV3/tsconfig.json diff --git a/Tasks/GooglePlayRolloutUpdate/tslint.json b/Tasks/GooglePlayRolloutUpdateV3/tslint.json similarity index 100% rename from Tasks/GooglePlayRolloutUpdate/tslint.json rename to Tasks/GooglePlayRolloutUpdateV3/tslint.json diff --git a/Tasks/GooglePlayStatusUpdate/Strings/resources.resjson/en-US/resources.resjson b/Tasks/GooglePlayStatusUpdateV2/Strings/resources.resjson/en-US/resources.resjson similarity index 100% rename from Tasks/GooglePlayStatusUpdate/Strings/resources.resjson/en-US/resources.resjson rename to Tasks/GooglePlayStatusUpdateV2/Strings/resources.resjson/en-US/resources.resjson diff --git a/Tasks/GooglePlayStatusUpdate/google-play-status-update.ts b/Tasks/GooglePlayStatusUpdateV2/google-play-status-update.ts similarity index 100% rename from Tasks/GooglePlayStatusUpdate/google-play-status-update.ts rename to Tasks/GooglePlayStatusUpdateV2/google-play-status-update.ts diff --git a/Tasks/GooglePlayStatusUpdate/googleutil.ts b/Tasks/GooglePlayStatusUpdateV2/googleutil.ts similarity index 100% rename from Tasks/GooglePlayStatusUpdate/googleutil.ts rename to Tasks/GooglePlayStatusUpdateV2/googleutil.ts diff --git a/Tasks/GooglePlayStatusUpdate/icon.png b/Tasks/GooglePlayStatusUpdateV2/icon.png similarity index 100% rename from Tasks/GooglePlayStatusUpdate/icon.png rename to Tasks/GooglePlayStatusUpdateV2/icon.png diff --git a/Tasks/GooglePlayStatusUpdate/package-lock.json b/Tasks/GooglePlayStatusUpdateV2/package-lock.json similarity index 100% rename from Tasks/GooglePlayStatusUpdate/package-lock.json rename to Tasks/GooglePlayStatusUpdateV2/package-lock.json diff --git a/Tasks/GooglePlayStatusUpdate/package.json b/Tasks/GooglePlayStatusUpdateV2/package.json similarity index 100% rename from Tasks/GooglePlayStatusUpdate/package.json rename to Tasks/GooglePlayStatusUpdateV2/package.json diff --git a/Tasks/GooglePlayStatusUpdate/task.json b/Tasks/GooglePlayStatusUpdateV2/task.json similarity index 99% rename from Tasks/GooglePlayStatusUpdate/task.json rename to Tasks/GooglePlayStatusUpdateV2/task.json index be6fb95a..8e941908 100644 --- a/Tasks/GooglePlayStatusUpdate/task.json +++ b/Tasks/GooglePlayStatusUpdateV2/task.json @@ -14,7 +14,7 @@ ], "version": { "Major": "2", - "Minor": "192", + "Minor": "193", "Patch": "0" }, "minimumAgentVersion": "2.182.1", diff --git a/Tasks/GooglePlayStatusUpdate/task.loc.json b/Tasks/GooglePlayStatusUpdateV2/task.loc.json similarity index 99% rename from Tasks/GooglePlayStatusUpdate/task.loc.json rename to Tasks/GooglePlayStatusUpdateV2/task.loc.json index b3417ead..d1d829a4 100644 --- a/Tasks/GooglePlayStatusUpdate/task.loc.json +++ b/Tasks/GooglePlayStatusUpdateV2/task.loc.json @@ -14,7 +14,7 @@ ], "version": { "Major": "2", - "Minor": "192", + "Minor": "193", "Patch": "0" }, "minimumAgentVersion": "2.182.1", diff --git a/Tasks/GooglePlayStatusUpdate/tsconfig.json b/Tasks/GooglePlayStatusUpdateV2/tsconfig.json similarity index 100% rename from Tasks/GooglePlayStatusUpdate/tsconfig.json rename to Tasks/GooglePlayStatusUpdateV2/tsconfig.json diff --git a/Tasks/GooglePlayStatusUpdate/tslint.json b/Tasks/GooglePlayStatusUpdateV2/tslint.json similarity index 100% rename from Tasks/GooglePlayStatusUpdate/tslint.json rename to Tasks/GooglePlayStatusUpdateV2/tslint.json diff --git a/make-options.json b/make-options.json index 4c473bf5..7a0cbf9a 100644 --- a/make-options.json +++ b/make-options.json @@ -1,10 +1,10 @@ { "tasks": [ - "GooglePlayRelease", - "GooglePlayReleaseBundle", - "GooglePlayPromote", - "GooglePlayRolloutUpdate", - "GooglePlayStatusUpdate" + "GooglePlayReleaseV3", + "GooglePlayReleaseBundleV3", + "GooglePlayPromoteV2", + "GooglePlayRolloutUpdateV3", + "GooglePlayStatusUpdateV2" ], "taskResources": [ "*.ps1", diff --git a/vsts-extension-google-play.json b/vsts-extension-google-play.json index 5fc63fd4..b45a9482 100644 --- a/vsts-extension-google-play.json +++ b/vsts-extension-google-play.json @@ -36,19 +36,19 @@ }, "files": [ { - "path": "_build/Tasks/GooglePlayRelease" + "path": "_build/Tasks/GooglePlayReleaseV3" }, { - "path": "_build/Tasks/GooglePlayReleaseBundle" + "path": "_build/Tasks/GooglePlayReleaseBundleV3" }, { - "path": "_build/Tasks/GooglePlayPromote" + "path": "_build/Tasks/GooglePlayPromoteV2" }, { - "path": "_build/Tasks/GooglePlayRolloutUpdate" + "path": "_build/Tasks/GooglePlayRolloutUpdateV3" }, { - "path": "_build/Tasks/GooglePlayStatusUpdate" + "path": "_build/Tasks/GooglePlayStatusUpdateV2" }, { "path": "images", @@ -81,7 +81,7 @@ "ms.vss-distributed-task.tasks" ], "properties": { - "name": "_build/Tasks/GooglePlayRelease" + "name": "_build/Tasks/GooglePlayReleaseV3" } }, { @@ -91,7 +91,7 @@ "ms.vss-distributed-task.tasks" ], "properties": { - "name": "_build/Tasks/GooglePlayReleaseBundle" + "name": "_build/Tasks/GooglePlayReleaseBundleV3" } }, { @@ -101,7 +101,7 @@ "ms.vss-distributed-task.tasks" ], "properties": { - "name": "_build/Tasks/GooglePlayPromote" + "name": "_build/Tasks/GooglePlayPromoteV2" } }, { @@ -111,7 +111,7 @@ "ms.vss-distributed-task.tasks" ], "properties": { - "name": "_build/Tasks/GooglePlayRolloutUpdate" + "name": "_build/Tasks/GooglePlayRolloutUpdateV3" } }, { @@ -121,7 +121,7 @@ "ms.vss-distributed-task.tasks" ], "properties": { - "name": "_build/Tasks/GooglePlayStatusUpdate" + "name": "_build/Tasks/GooglePlayStatusUpdateV2" } }, {