Skip to content

Commit b414a7a

Browse files
authored
Fixed typo in upack task. (#12411)
1 parent 2aa0283 commit b414a7a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Tasks/UniversalPackagesV0/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"loc.input.help.packagePublishDescription": "Description of the contents of this package and/or the changes made in this version of the package.",
4949
"loc.input.label.verbosity": "Verbosity",
5050
"loc.input.help.verbosity": "Specifies the amount of detail displayed in the output.",
51-
"loc.input.label.publishedPackageVar": "Package Ouput Variable",
51+
"loc.input.label.publishedPackageVar": "Package Output Variable",
5252
"loc.input.help.publishedPackageVar": "Provide a name for the variable that will contain the published package name and version.",
5353
"loc.messages.PackagesDownloadedSuccessfully": "Package were downloaded successfully",
5454
"loc.messages.PackagesFailedToDownload": "Packages failed to download",

Tasks/UniversalPackagesV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"category": "Package",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 165,
12+
"Minor": 166,
1313
"Patch": 0
1414
},
1515
"runsOn": [
@@ -353,7 +353,7 @@
353353
{
354354
"name": "publishedPackageVar",
355355
"type": "string",
356-
"label": "Package Ouput Variable",
356+
"label": "Package Output Variable",
357357
"required": false,
358358
"defaultValue": "",
359359
"groupName": "output",

Tasks/UniversalPackagesV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"category": "Package",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 165,
12+
"Minor": 166,
1313
"Patch": 0
1414
},
1515
"runsOn": [
@@ -449,4 +449,4 @@
449449
"Error_UniversalPackagesNotSupportedOnPrem": "ms-resource:loc.messages.Error_UniversalPackagesNotSupportedOnPrem",
450450
"Error_ProcessorArchitectureNotSupported": "ms-resource:loc.messages.Error_ProcessorArchitectureNotSupported"
451451
}
452-
}
452+
}

0 commit comments

Comments
 (0)