From b55e9a873ead07c6d68195f92588317dd1a279e0 Mon Sep 17 00:00:00 2001 From: Satu Bailey <24945574+satbai@users.noreply.github.com> Date: Mon, 3 Feb 2020 16:30:51 -0800 Subject: [PATCH] Bump tasks --- Tasks/Common/utility-common/package-lock.json | 42 +++++++++---------- Tasks/DotNetCoreCLIV2/task.json | 4 +- Tasks/DotNetCoreCLIV2/task.loc.json | 4 +- Tasks/DownloadPackageV0/npm-shrinkwrap.json | 27 +++++++----- Tasks/DownloadPackageV0/task.json | 2 +- Tasks/DownloadPackageV0/task.loc.json | 4 +- Tasks/DownloadPackageV1/task.json | 2 +- Tasks/DownloadPackageV1/task.loc.json | 6 +-- Tasks/MavenV2/task.json | 2 +- Tasks/MavenV2/task.loc.json | 2 +- Tasks/MavenV3/task.json | 2 +- Tasks/MavenV3/task.loc.json | 2 +- Tasks/NpmAuthenticateV0/task.json | 2 +- Tasks/NpmAuthenticateV0/task.loc.json | 4 +- Tasks/NpmV1/task.json | 2 +- Tasks/NpmV1/task.loc.json | 4 +- Tasks/NuGetCommandV2/task.json | 2 +- Tasks/NuGetCommandV2/task.loc.json | 6 +-- Tasks/NuGetPublisherV0/task.json | 2 +- Tasks/NuGetPublisherV0/task.loc.json | 4 +- Tasks/NuGetToolInstallerV0/task.json | 2 +- Tasks/NuGetToolInstallerV0/task.loc.json | 4 +- Tasks/NuGetToolInstallerV1/task.json | 2 +- Tasks/NuGetToolInstallerV1/task.loc.json | 4 +- Tasks/NuGetV0/task.json | 2 +- Tasks/NuGetV0/task.loc.json | 4 +- Tasks/PipAuthenticateV0/task.json | 2 +- Tasks/PipAuthenticateV0/task.loc.json | 4 +- .../resources.resjson/en-US/resources.resjson | 2 +- Tasks/TwineAuthenticateV0/task.json | 2 +- Tasks/TwineAuthenticateV0/task.loc.json | 4 +- Tasks/UniversalPackagesV0/task.json | 2 +- Tasks/UniversalPackagesV0/task.loc.json | 6 +-- Tasks/UseDotNetV2/task.json | 2 +- Tasks/UseNodeV1/task.json | 2 +- 35 files changed, 88 insertions(+), 81 deletions(-) diff --git a/Tasks/Common/utility-common/package-lock.json b/Tasks/Common/utility-common/package-lock.json index 64a7df74ca3d..fab208207d90 100644 --- a/Tasks/Common/utility-common/package-lock.json +++ b/Tasks/Common/utility-common/package-lock.json @@ -9,7 +9,7 @@ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "requires": { - "sprintf-js": "1.0.3" + "sprintf-js": "~1.0.2" } }, "balanced-match": { @@ -22,7 +22,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", "requires": { - "balanced-match": "1.0.0", + "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, @@ -41,8 +41,8 @@ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz", "integrity": "sha1-bl/mfYsgXOTSL60Ft3geja3MSzA=", "requires": { - "argparse": "1.0.10", - "esprima": "2.7.3" + "argparse": "^1.0.7", + "esprima": "^2.6.0" } }, "minimatch": { @@ -50,7 +50,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=", "requires": { - "brace-expansion": "1.1.8" + "brace-expansion": "^1.1.7" } }, "mockery": { @@ -113,7 +113,7 @@ "integrity": "sha512-hFjPLMJkq02zF8U+LhZ4airH0ivaiKzGdlNAQlYFB3lWuGH/UANUrl63DVPUQOyGw+7ZNQ+ufM44T6mWN92xyg==", "requires": { "tunnel": "0.0.4", - "typed-rest-client": "0.12.0", + "typed-rest-client": "^0.12.0", "underscore": "1.8.3" }, "dependencies": { @@ -134,11 +134,11 @@ "integrity": "sha512-ja2qX4BIUvswcNbGtIoGo1SM5mRVc3Yaf7oM4oY64bNHs04chKfvH6f3cDDG0pd44OrZIGQE9LgECzeau6z2wA==", "requires": { "minimatch": "3.0.4", - "mockery": "1.7.0", - "q": "1.5.1", - "semver": "5.4.1", - "shelljs": "0.3.0", - "uuid": "3.2.1" + "mockery": "^1.7.0", + "q": "^1.1.2", + "semver": "^5.1.0", + "shelljs": "^0.3.0", + "uuid": "^3.0.1" } }, "vsts-task-tool-lib": { @@ -146,10 +146,10 @@ "resolved": "https://registry.npmjs.org/vsts-task-tool-lib/-/vsts-task-tool-lib-0.4.0.tgz", "integrity": "sha1-zOtRxyh3yWTI5E3p7eovZfyKyPk=", "requires": { - "semver": "5.4.1", - "semver-compare": "1.0.0", - "typed-rest-client": "0.9.0", - "uuid": "3.2.1", + "semver": "^5.3.0", + "semver-compare": "^1.0.0", + "typed-rest-client": "^0.9.0", + "uuid": "^3.0.1", "vsts-task-lib": "2.0.4-preview" }, "dependencies": { @@ -158,12 +158,12 @@ "resolved": "https://registry.npmjs.org/vsts-task-lib/-/vsts-task-lib-2.0.4-preview.tgz", "integrity": "sha1-nU63UAoL2a1Z429w8iqtxuK6+NI=", "requires": { - "minimatch": "3.0.4", - "mockery": "1.7.0", - "q": "1.5.1", - "semver": "5.4.1", - "shelljs": "0.3.0", - "uuid": "3.2.1" + "minimatch": "^3.0.0", + "mockery": "^1.7.0", + "q": "^1.1.2", + "semver": "^5.1.0", + "shelljs": "^0.3.0", + "uuid": "^3.0.1" } } } diff --git a/Tasks/DotNetCoreCLIV2/task.json b/Tasks/DotNetCoreCLIV2/task.json index 0e039ee861d5..619eb59fdf8f 100644 --- a/Tasks/DotNetCoreCLIV2/task.json +++ b/Tasks/DotNetCoreCLIV2/task.json @@ -17,8 +17,8 @@ "demands": [], "version": { "Major": 2, - "Minor": 164, - "Patch": 0 + "Minor": 165, + "Patch": 1 }, "minimumAgentVersion": "2.115.0", "instanceNameFormat": "dotnet $(command)", diff --git a/Tasks/DotNetCoreCLIV2/task.loc.json b/Tasks/DotNetCoreCLIV2/task.loc.json index 002677c69cde..bc7dad767294 100644 --- a/Tasks/DotNetCoreCLIV2/task.loc.json +++ b/Tasks/DotNetCoreCLIV2/task.loc.json @@ -17,8 +17,8 @@ "demands": [], "version": { "Major": 2, - "Minor": 164, - "Patch": 0 + "Minor": 165, + "Patch": 1 }, "minimumAgentVersion": "2.115.0", "instanceNameFormat": "ms-resource:loc.instanceNameFormat", diff --git a/Tasks/DownloadPackageV0/npm-shrinkwrap.json b/Tasks/DownloadPackageV0/npm-shrinkwrap.json index 4fd5c69ff65a..fba5801bfb98 100644 --- a/Tasks/DownloadPackageV0/npm-shrinkwrap.json +++ b/Tasks/DownloadPackageV0/npm-shrinkwrap.json @@ -43,12 +43,9 @@ "integrity": "sha512-41qEJgBH/TWgo5NFSvBCJ1qkoi3Q6ONSF2avrHq1LVEZfYpdHmj0y9SuTK+u9ZhG1sYQKBL1AWXKyLWP4RaUoQ==" }, "@types/uuid": { - "version": "3.4.6", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-3.4.6.tgz", - "integrity": "sha512-cCdlC/1kGEZdEglzOieLDYBxHsvEOIg7kp/2FYyVR9Pxakq+Qf/inL3RKQ+PA8gOlI/NnL+fXmQH12nwcGzsHw==", - "requires": { - "@types/node": "*" - } + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-3.4.7.tgz", + "integrity": "sha512-C2j2FWgQkF1ru12SjZJyMaTPxs/f6n90+5G5qNakBxKXjTBc/YTSelHh4Pz1HUDwxFXD9WvpQhOGCDC+/Y4mIQ==" }, "abbrev": { "version": "1.1.0", @@ -76,9 +73,9 @@ } }, "azure-devops-node-api": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/azure-devops-node-api/-/azure-devops-node-api-8.0.0.tgz", - "integrity": "sha512-QkIzphuE3y/hZVMB6ONN0Dev5r9+CIAiopWulwoYx1Er0kYcsbXsKXKynuLSxsVPocMppbr4YPhTsX2eHY/Mjw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/azure-devops-node-api/-/azure-devops-node-api-9.0.1.tgz", + "integrity": "sha512-0veE4EWHObJxzwgHlydG65BjNMuLPkR1nzcQ2K51PIho1/F4llpKt3pelC30Vbex5zA9iVgQ9YZGlkkvOBSksw==", "requires": { "tunnel": "0.0.4", "typed-rest-client": "1.2.0", @@ -280,7 +277,7 @@ }, "packaging-common": { "version": "file:../../_build/Tasks/Common/packaging-common-1.0.1.tgz", - "integrity": "sha512-FD0twlxEoNya5rM3H4NXRKboiivqf/mkVek86OTNVr+epl2+cpTLkcVOF98liCw60z7300DOCYk9O6Gxjo7HSg==", + "integrity": "sha512-PHc+laktXoJxvy2khoAYHN+Qo4LQjmuvBDuoe9NPDVE/ekKKjjgUCeZ0kTIMBQ7v/wcpKxfxTRdvvpMIZ8a29w==", "requires": { "@types/ini": "1.3.30", "@types/ltx": "2.8.0", @@ -303,6 +300,16 @@ "version": "10.12.9", "resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.9.tgz", "integrity": "sha512-eajkMXG812/w3w4a1OcBlaTwsFPO5F7fJ/amy+tieQxEMWBlbV1JGSjkFM+zkHNf81Cad+dfIRA+IBkvmvdAeA==" + }, + "azure-devops-node-api": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/azure-devops-node-api/-/azure-devops-node-api-8.0.0.tgz", + "integrity": "sha512-QkIzphuE3y/hZVMB6ONN0Dev5r9+CIAiopWulwoYx1Er0kYcsbXsKXKynuLSxsVPocMppbr4YPhTsX2eHY/Mjw==", + "requires": { + "tunnel": "0.0.4", + "typed-rest-client": "1.2.0", + "underscore": "1.8.3" + } } } }, diff --git a/Tasks/DownloadPackageV0/task.json b/Tasks/DownloadPackageV0/task.json index 745dc5b33b91..341c2717df63 100644 --- a/Tasks/DownloadPackageV0/task.json +++ b/Tasks/DownloadPackageV0/task.json @@ -9,7 +9,7 @@ "author": "ms-vscs-rm", "version": { "Major": 0, - "Minor": 164, + "Minor": 165, "Patch": 0 }, "demands": [], diff --git a/Tasks/DownloadPackageV0/task.loc.json b/Tasks/DownloadPackageV0/task.loc.json index c1e07dd0fb24..a16c213ca725 100644 --- a/Tasks/DownloadPackageV0/task.loc.json +++ b/Tasks/DownloadPackageV0/task.loc.json @@ -9,8 +9,8 @@ "author": "ms-vscs-rm", "version": { "Major": 0, - "Minor": 161, - "Patch": 1 + "Minor": 165, + "Patch": 0 }, "demands": [], "minimumAgentVersion": "1.99.0", diff --git a/Tasks/DownloadPackageV1/task.json b/Tasks/DownloadPackageV1/task.json index 3e521748f700..b4aee83b805e 100644 --- a/Tasks/DownloadPackageV1/task.json +++ b/Tasks/DownloadPackageV1/task.json @@ -9,7 +9,7 @@ "author": "ms-vscs-rm", "version": { "Major": 1, - "Minor": 164, + "Minor": 165, "Patch": 0 }, "demands": [], diff --git a/Tasks/DownloadPackageV1/task.loc.json b/Tasks/DownloadPackageV1/task.loc.json index de222ab1f27d..4baac875e435 100644 --- a/Tasks/DownloadPackageV1/task.loc.json +++ b/Tasks/DownloadPackageV1/task.loc.json @@ -9,8 +9,8 @@ "author": "ms-vscs-rm", "version": { "Major": 1, - "Minor": 161, - "Patch": 2 + "Minor": 165, + "Patch": 0 }, "demands": [], "releaseNotes": "ms-resource:loc.releaseNotes", @@ -186,4 +186,4 @@ "Info_Downloading": "ms-resource:loc.messages.Info_Downloading", "Info_UsingArtifactToolDownload": "ms-resource:loc.messages.Info_UsingArtifactToolDownload" } -} +} \ No newline at end of file diff --git a/Tasks/MavenV2/task.json b/Tasks/MavenV2/task.json index f51266c57113..b3297ecf07a9 100644 --- a/Tasks/MavenV2/task.json +++ b/Tasks/MavenV2/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 164, + "Minor": 165, "Patch": 0 }, "releaseNotes": "Configuration of the SonarQube analysis was moved to the [SonarQube](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube) or [SonarCloud](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) extensions, in task `Prepare Analysis Configuration`", diff --git a/Tasks/MavenV2/task.loc.json b/Tasks/MavenV2/task.loc.json index bdfc6e91bbfb..8b7704e25174 100644 --- a/Tasks/MavenV2/task.loc.json +++ b/Tasks/MavenV2/task.loc.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 161, + "Minor": 165, "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", diff --git a/Tasks/MavenV3/task.json b/Tasks/MavenV3/task.json index a210ee1cac03..9ceb030ab90e 100644 --- a/Tasks/MavenV3/task.json +++ b/Tasks/MavenV3/task.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 164, + "Minor": 165, "Patch": 0 }, "releaseNotes": "Configuration of the SonarQube analysis was moved to the [SonarQube](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube) or [SonarCloud](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) extensions, in task `Prepare Analysis Configuration`", diff --git a/Tasks/MavenV3/task.loc.json b/Tasks/MavenV3/task.loc.json index 5b5d533eb9be..1c2985ef6771 100644 --- a/Tasks/MavenV3/task.loc.json +++ b/Tasks/MavenV3/task.loc.json @@ -17,7 +17,7 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 161, + "Minor": 165, "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", diff --git a/Tasks/NpmAuthenticateV0/task.json b/Tasks/NpmAuthenticateV0/task.json index 412312cc38ea..348e63d4ccb4 100644 --- a/Tasks/NpmAuthenticateV0/task.json +++ b/Tasks/NpmAuthenticateV0/task.json @@ -9,7 +9,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 164, + "Minor": 165, "Patch": 0 }, "runsOn": [ diff --git a/Tasks/NpmAuthenticateV0/task.loc.json b/Tasks/NpmAuthenticateV0/task.loc.json index f0ce082b0eef..3b9a0d4af491 100644 --- a/Tasks/NpmAuthenticateV0/task.loc.json +++ b/Tasks/NpmAuthenticateV0/task.loc.json @@ -9,7 +9,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 161, + "Minor": 165, "Patch": 0 }, "runsOn": [ @@ -66,4 +66,4 @@ "argumentFormat": "" } } -} +} \ No newline at end of file diff --git a/Tasks/NpmV1/task.json b/Tasks/NpmV1/task.json index e1135137abf5..b02b780efd86 100644 --- a/Tasks/NpmV1/task.json +++ b/Tasks/NpmV1/task.json @@ -9,7 +9,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 164, + "Minor": 165, "Patch": 0 }, "runsOn": [ diff --git a/Tasks/NpmV1/task.loc.json b/Tasks/NpmV1/task.loc.json index 181d2f1de659..f9eaaa032435 100644 --- a/Tasks/NpmV1/task.loc.json +++ b/Tasks/NpmV1/task.loc.json @@ -9,7 +9,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 161, + "Minor": 165, "Patch": 0 }, "runsOn": [ @@ -197,4 +197,4 @@ "WorkingDirectoryNotDirectory": "ms-resource:loc.messages.WorkingDirectoryNotDirectory", "NGCommon_AreaNotFoundInSps": "ms-resource:loc.messages.NGCommon_AreaNotFoundInSps" } -} +} \ No newline at end of file diff --git a/Tasks/NuGetCommandV2/task.json b/Tasks/NuGetCommandV2/task.json index d1d999cb77b2..5c9dc50b6594 100644 --- a/Tasks/NuGetCommandV2/task.json +++ b/Tasks/NuGetCommandV2/task.json @@ -9,7 +9,7 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 164, + "Minor": 165, "Patch": 0 }, "runsOn": [ diff --git a/Tasks/NuGetCommandV2/task.loc.json b/Tasks/NuGetCommandV2/task.loc.json index f275d10ef5e6..721852f801ef 100644 --- a/Tasks/NuGetCommandV2/task.loc.json +++ b/Tasks/NuGetCommandV2/task.loc.json @@ -9,8 +9,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 161, - "Patch": 1 + "Minor": 165, + "Patch": 0 }, "runsOn": [ "Agent", @@ -535,4 +535,4 @@ "Warning_UpdatingNuGetVersion": "ms-resource:loc.messages.Warning_UpdatingNuGetVersion", "Error_NugetFailedWithCodeAndErr": "ms-resource:loc.messages.Error_NugetFailedWithCodeAndErr" } -} +} \ No newline at end of file diff --git a/Tasks/NuGetPublisherV0/task.json b/Tasks/NuGetPublisherV0/task.json index 1eaa94ed4568..30a7616e7cb9 100644 --- a/Tasks/NuGetPublisherV0/task.json +++ b/Tasks/NuGetPublisherV0/task.json @@ -9,7 +9,7 @@ "author": "Lawrence Gripper", "version": { "Major": 0, - "Minor": 164, + "Minor": 165, "Patch": 0 }, "runsOn": [ diff --git a/Tasks/NuGetPublisherV0/task.loc.json b/Tasks/NuGetPublisherV0/task.loc.json index 2298b748805e..4b26e86ac1ba 100644 --- a/Tasks/NuGetPublisherV0/task.loc.json +++ b/Tasks/NuGetPublisherV0/task.loc.json @@ -9,7 +9,7 @@ "author": "Lawrence Gripper", "version": { "Major": 0, - "Minor": 161, + "Minor": 165, "Patch": 0 }, "runsOn": [ @@ -170,4 +170,4 @@ "NGCommon_UnableToFindTool": "ms-resource:loc.messages.NGCommon_UnableToFindTool", "Warning_UpdatingNuGetVersion": "ms-resource:loc.messages.Warning_UpdatingNuGetVersion" } -} +} \ No newline at end of file diff --git a/Tasks/NuGetToolInstallerV0/task.json b/Tasks/NuGetToolInstallerV0/task.json index 7d242f619640..7d48aa500692 100644 --- a/Tasks/NuGetToolInstallerV0/task.json +++ b/Tasks/NuGetToolInstallerV0/task.json @@ -14,7 +14,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 164, + "Minor": 165, "Patch": 0 }, "preview": false, diff --git a/Tasks/NuGetToolInstallerV0/task.loc.json b/Tasks/NuGetToolInstallerV0/task.loc.json index 063daa42844c..1d920bf7d67c 100644 --- a/Tasks/NuGetToolInstallerV0/task.loc.json +++ b/Tasks/NuGetToolInstallerV0/task.loc.json @@ -14,7 +14,7 @@ "author": "Microsoft Corporation", "version": { "Major": 0, - "Minor": 161, + "Minor": 165, "Patch": 0 }, "preview": false, @@ -75,4 +75,4 @@ "NGCommon_UnableToFindTool": "ms-resource:loc.messages.NGCommon_UnableToFindTool", "Warning_UpdatingNuGetVersion": "ms-resource:loc.messages.Warning_UpdatingNuGetVersion" } -} +} \ No newline at end of file diff --git a/Tasks/NuGetToolInstallerV1/task.json b/Tasks/NuGetToolInstallerV1/task.json index 55b3421ec22d..ba31ed2fc8d1 100644 --- a/Tasks/NuGetToolInstallerV1/task.json +++ b/Tasks/NuGetToolInstallerV1/task.json @@ -14,7 +14,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 164, + "Minor": 165, "Patch": 0 }, "preview": false, diff --git a/Tasks/NuGetToolInstallerV1/task.loc.json b/Tasks/NuGetToolInstallerV1/task.loc.json index 4305c3a30282..c2087ed87118 100644 --- a/Tasks/NuGetToolInstallerV1/task.loc.json +++ b/Tasks/NuGetToolInstallerV1/task.loc.json @@ -14,7 +14,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 161, + "Minor": 165, "Patch": 0 }, "preview": false, @@ -83,4 +83,4 @@ "NGCommon_UnableToFindTool": "ms-resource:loc.messages.NGCommon_UnableToFindTool", "Warning_UpdatingNuGetVersion": "ms-resource:loc.messages.Warning_UpdatingNuGetVersion" } -} +} \ No newline at end of file diff --git a/Tasks/NuGetV0/task.json b/Tasks/NuGetV0/task.json index d9e6bbe8a68e..7b8d5574a023 100644 --- a/Tasks/NuGetV0/task.json +++ b/Tasks/NuGetV0/task.json @@ -10,7 +10,7 @@ "helpMarkDown": "", "version": { "Major": 0, - "Minor": 164, + "Minor": 165, "Patch": 0 }, "runsOn": [ diff --git a/Tasks/NuGetV0/task.loc.json b/Tasks/NuGetV0/task.loc.json index c22403bbb952..b4af85cf4654 100644 --- a/Tasks/NuGetV0/task.loc.json +++ b/Tasks/NuGetV0/task.loc.json @@ -10,7 +10,7 @@ "helpMarkDown": "ms-resource:loc.helpMarkDown", "version": { "Major": 0, - "Minor": 161, + "Minor": 165, "Patch": 0 }, "runsOn": [ @@ -75,4 +75,4 @@ "NGCommon_UnableToFindTool": "ms-resource:loc.messages.NGCommon_UnableToFindTool", "Warning_UpdatingNuGetVersion": "ms-resource:loc.messages.Warning_UpdatingNuGetVersion" } -} +} \ No newline at end of file diff --git a/Tasks/PipAuthenticateV0/task.json b/Tasks/PipAuthenticateV0/task.json index 070fb575bbad..388f578b91e0 100644 --- a/Tasks/PipAuthenticateV0/task.json +++ b/Tasks/PipAuthenticateV0/task.json @@ -9,7 +9,7 @@ "category": "Package", "version": { "Major": 0, - "Minor": 164, + "Minor": 165, "Patch": 0 }, "runsOn": [ diff --git a/Tasks/PipAuthenticateV0/task.loc.json b/Tasks/PipAuthenticateV0/task.loc.json index 37958d95933c..9a175164520c 100644 --- a/Tasks/PipAuthenticateV0/task.loc.json +++ b/Tasks/PipAuthenticateV0/task.loc.json @@ -9,7 +9,7 @@ "category": "Package", "version": { "Major": 0, - "Minor": 161, + "Minor": 165, "Patch": 0 }, "runsOn": [ @@ -86,4 +86,4 @@ "Warn_TooManyFeedEntries": "ms-resource:loc.messages.Warn_TooManyFeedEntries", "Warning_SessionCreationFailed": "ms-resource:loc.messages.Warning_SessionCreationFailed" } -} +} \ No newline at end of file diff --git a/Tasks/PyPIPublisherV0/Strings/resources.resjson/en-US/resources.resjson b/Tasks/PyPIPublisherV0/Strings/resources.resjson/en-US/resources.resjson index ebaa79380323..4caecabe9bf9 100644 --- a/Tasks/PyPIPublisherV0/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/PyPIPublisherV0/Strings/resources.resjson/en-US/resources.resjson @@ -1,6 +1,6 @@ { "loc.friendlyName": "PyPI publisher", - "loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=875289)", + "loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=875289)", "loc.description": "Create and upload an sdist or wheel to a PyPI-compatible index using Twine", "loc.instanceNameFormat": "Package and publish to PyPI", "loc.input.label.serviceEndpoint": "PyPI service connection", diff --git a/Tasks/TwineAuthenticateV0/task.json b/Tasks/TwineAuthenticateV0/task.json index 40842aa3e909..987183c73849 100644 --- a/Tasks/TwineAuthenticateV0/task.json +++ b/Tasks/TwineAuthenticateV0/task.json @@ -9,7 +9,7 @@ "category": "Package", "version": { "Major": 0, - "Minor": 164, + "Minor": 165, "Patch": 0 }, "runsOn": [ diff --git a/Tasks/TwineAuthenticateV0/task.loc.json b/Tasks/TwineAuthenticateV0/task.loc.json index b86de2c11e79..a7e234638ac5 100644 --- a/Tasks/TwineAuthenticateV0/task.loc.json +++ b/Tasks/TwineAuthenticateV0/task.loc.json @@ -9,7 +9,7 @@ "category": "Package", "version": { "Major": 0, - "Minor": 161, + "Minor": 165, "Patch": 0 }, "runsOn": [ @@ -111,4 +111,4 @@ "argumentFormat": "" } } -} +} \ No newline at end of file diff --git a/Tasks/UniversalPackagesV0/task.json b/Tasks/UniversalPackagesV0/task.json index 0ad8ab3868bc..0cfb681f9fe5 100644 --- a/Tasks/UniversalPackagesV0/task.json +++ b/Tasks/UniversalPackagesV0/task.json @@ -9,7 +9,7 @@ "category": "Package", "version": { "Major": 0, - "Minor": 164, + "Minor": 165, "Patch": 0 }, "runsOn": [ diff --git a/Tasks/UniversalPackagesV0/task.loc.json b/Tasks/UniversalPackagesV0/task.loc.json index 1fc29715d748..1aec5186b4ee 100644 --- a/Tasks/UniversalPackagesV0/task.loc.json +++ b/Tasks/UniversalPackagesV0/task.loc.json @@ -9,8 +9,8 @@ "category": "Package", "version": { "Major": 0, - "Minor": 161, - "Patch": 1 + "Minor": 165, + "Patch": 0 }, "runsOn": [ "Agent", @@ -449,4 +449,4 @@ "Error_UniversalPackagesNotSupportedOnPrem": "ms-resource:loc.messages.Error_UniversalPackagesNotSupportedOnPrem", "Error_ProcessorArchitectureNotSupported": "ms-resource:loc.messages.Error_ProcessorArchitectureNotSupported" } -} \ No newline at end of file +} diff --git a/Tasks/UseDotNetV2/task.json b/Tasks/UseDotNetV2/task.json index 14fb997ad036..97297cb27110 100644 --- a/Tasks/UseDotNetV2/task.json +++ b/Tasks/UseDotNetV2/task.json @@ -14,7 +14,7 @@ "version": { "Major": 2, "Minor": 164, - "Patch": 0 + "Patch": 1 }, "satisfies": [ "DotNetCore" diff --git a/Tasks/UseNodeV1/task.json b/Tasks/UseNodeV1/task.json index e4b2eec5adbc..afba2698c915 100644 --- a/Tasks/UseNodeV1/task.json +++ b/Tasks/UseNodeV1/task.json @@ -16,7 +16,7 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 164, + "Minor": 165, "Patch": 0 }, "satisfies": [