Skip to content

Commit f24aed5

Browse files
committed
Changed the friendly name to fit in 40 characters
1 parent 7495612 commit f24aed5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"loc.friendlyName": "IIS Web Application Deployment",
2+
"loc.friendlyName": "[Deprecated] IIS Web App Deployment",
33
"loc.helpMarkDown": "[More Information](http://aka.ms/iiswebappdeployreadme)",
44
"loc.description": "Deploy by MSDeploy, create/update website & app pools",
5-
"loc.instanceNameFormat": "Deploy IIS App: $(WebDeployPackage)",
5+
"loc.instanceNameFormat": "[Deprecated] Deploy IIS App: $(WebDeployPackage)",
66
"loc.group.displayName.deployment": "Deployment",
77
"loc.group.displayName.website": "Website",
88
"loc.group.displayName.applicationPool": "Application Pool",

Tasks/IISWebAppDeployment/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "89A3A82D-4B3E-4A09-8D40-A793849DC94F",
33
"name": "IISWebAppDeployment",
4-
"friendlyName": "[Deprecated] IIS Web Application Deployment",
4+
"friendlyName": "[Deprecated] IIS Web App Deployment",
55
"description": "Deploy by MSDeploy, create/update website & app pools",
66
"helpMarkDown": "[More Information](http://aka.ms/iiswebappdeployreadme)",
77
"category": "Deploy",

Tasks/IISWebAppDeployment/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 0,
17-
"Patch": 16
17+
"Patch": 17
1818
},
1919
"demands": [],
2020
"minimumAgentVersion": "1.91.0",

0 commit comments

Comments
 (0)