Skip to content

Commit d9da98e

Browse files
rename dotnet run to dotnet exec filename.dll (#12389)
1 parent 134b930 commit d9da98e

File tree

15 files changed

+20
-20
lines changed

15 files changed

+20
-20
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"loc.input.label.imageName": "Image name",
1818
"loc.input.help.imageName": "A globally unique top-level domain name for your specific registry or namespace.<br/> Note: Fully qualified image name will be of the format: '<b>`<registry or namespace`></b>/`<repository`>:`<tag`>'. For example, '<b>myregistry.azurecr.io</b>/nginx:latest'.",
1919
"loc.input.label.containerCommand": "Startup command ",
20-
"loc.input.help.containerCommand": "Enter the start up command. For ex.<br/>dotnet run<br/>dotnet filename.dll",
20+
"loc.input.help.containerCommand": "Enter the start up command. For ex.<br/>dotnet exec filename.dll<br/>dotnet filename.dll",
2121
"loc.input.label.appSettings": "App settings",
2222
"loc.input.help.appSettings": "Edit web app application settings following the syntax -key value . Value containing spaces should be enclosed in double quotes.<br /> <b>Example</b> : -Port 5000 -RequestTimeout 5000 <br /> -WEBSITE_TIME_ZONE \"Eastern Standard Time\"",
2323
"loc.input.label.configurationStrings": "Configuration settings",

Tasks/AzureFunctionAppContainerV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 1,
2020
"Minor": 163,
21-
"Patch": 2
21+
"Patch": 3
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [
@@ -94,7 +94,7 @@
9494
"label": "Startup command ",
9595
"defaultValue": "",
9696
"required": false,
97-
"helpMarkDown": "Enter the start up command. For ex.<br/>dotnet run<br/>dotnet filename.dll"
97+
"helpMarkDown": "Enter the start up command. For ex.<br/>dotnet exec filename.dll<br/>dotnet filename.dll"
9898
},
9999
{
100100
"name": "appSettings",

Tasks/AzureFunctionAppContainerV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 1,
2020
"Minor": 163,
21-
"Patch": 2
21+
"Patch": 3
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"loc.input.help.package": "File path to the package or a folder containing app service contents generated by MSBuild or a compressed zip or war file.<br />Variables ( [Build](https://docs.microsoft.com/vsts/pipelines/build/variables) | [Release](https://docs.microsoft.com/vsts/pipelines/release/variables#default-variables)), wildcards are supported. <br/> For example, $(System.DefaultWorkingDirectory)/\\*\\*/\\*.zip or $(System.DefaultWorkingDirectory)/\\*\\*/\\*.war.",
2121
"loc.input.label.runtimeStack": "Runtime stack",
2222
"loc.input.label.startUpCommand": "Startup command ",
23-
"loc.input.help.startUpCommand": "Enter the start up command. For ex.<br/>dotnet run<br/>dotnet filename.dll",
23+
"loc.input.help.startUpCommand": "Enter the start up command. For ex.<br/>dotnet exec filename.dll<br/>dotnet filename.dll",
2424
"loc.input.label.customWebConfig": "Generate web.config parameters for Python, Node.js, Go and Java apps",
2525
"loc.input.help.customWebConfig": "A standard Web.config will be generated and deployed to Azure App Service if the application does not have one. The values in web.config can be edited and vary based on the application framework. For example for node.js application, web.config will have startup file and iis_node module values. This edit feature is only for the generated web.config. [Learn more](https://go.microsoft.com/fwlink/?linkid=843469).",
2626
"loc.input.label.appSettings": "App settings",

Tasks/AzureFunctionAppV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 1,
2020
"Minor": 163,
21-
"Patch": 2
21+
"Patch": 3
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [
@@ -128,7 +128,7 @@
128128
"defaultValue": "",
129129
"required": false,
130130
"visibleRule": "appType = functionAppLinux",
131-
"helpMarkDown": "Enter the start up command. For ex.<br/>dotnet run<br/>dotnet filename.dll"
131+
"helpMarkDown": "Enter the start up command. For ex.<br/>dotnet exec filename.dll<br/>dotnet filename.dll"
132132
},
133133
{
134134
"name": "customWebConfig",

Tasks/AzureFunctionAppV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 1,
2020
"Minor": 163,
21-
"Patch": 2
21+
"Patch": 3
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"loc.input.label.RuntimeStackFunction": "Runtime Stack",
4242
"loc.input.help.RuntimeStackFunction": "Select the framework and version.",
4343
"loc.input.label.StartupCommand": "Startup command ",
44-
"loc.input.help.StartupCommand": "Enter the start up command. For ex.<br/>dotnet run<br/>dotnet filename.dll",
44+
"loc.input.help.StartupCommand": "Enter the start up command. For ex.<br/>dotnet exec filename.dll<br/>dotnet filename.dll",
4545
"loc.input.label.ScriptType": "Deployment script type",
4646
"loc.input.help.ScriptType": "Customize the deployment by providing a script that will run on the Azure App service once the task has completed the deployment successfully . For example restore packages for Node, PHP, Python applications. [Learn more](https://go.microsoft.com/fwlink/?linkid=843471).",
4747
"loc.input.label.InlineScript": "Inline Script",

Tasks/AzureRmWebAppDeploymentV4/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 4,
2020
"Minor": 163,
21-
"Patch": 3
21+
"Patch": 4
2222
},
2323
"releaseNotes": "What's new in version 4.*<br />Supports Zip Deploy, Run From Package, War Deploy [Details here](https://aka.ms/appServiceDeploymentMethods)<br />Supports App Service Environments<br />Improved UI for discovering different App service types supported by the task<br/>Run From Package is the preferred deployment method, which makes files in wwwroot folder read-only<br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more information.",
2424
"minimumAgentVersion": "2.104.1",
@@ -243,7 +243,7 @@
243243
"defaultValue": "",
244244
"required": false,
245245
"visibleRule": "WebAppKind = webAppLinux || WebAppKind = webAppContainer || WebAppkind = functionAppContainer || WebAppKind = functionAppLinux",
246-
"helpMarkDown": "Enter the start up command. For ex.<br/>dotnet run<br/>dotnet filename.dll"
246+
"helpMarkDown": "Enter the start up command. For ex.<br/>dotnet exec filename.dll<br/>dotnet filename.dll"
247247
},
248248
{
249249
"name": "ScriptType",

Tasks/AzureRmWebAppDeploymentV4/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 4,
2020
"Minor": 163,
21-
"Patch": 3
21+
"Patch": 4
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"minimumAgentVersion": "2.104.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"loc.input.label.multicontainerConfigFile": "Configuration File",
2020
"loc.input.help.multicontainerConfigFile": "Path of the Docker-Compose file. Should be a fully qualified path or relative to the default working directory.",
2121
"loc.input.label.containerCommand": "Startup command ",
22-
"loc.input.help.containerCommand": "Enter the start up command. For ex.<br/>dotnet run<br/>dotnet filename.dll",
22+
"loc.input.help.containerCommand": "Enter the start up command. For ex.<br/>dotnet exec filename.dll<br/>dotnet filename.dll",
2323
"loc.input.label.appSettings": "App settings",
2424
"loc.input.help.appSettings": "Edit web app application settings following the syntax -key value . Value containing spaces should be enclosed in double quotes.<br /> <b>Example</b> : -Port 5000 -RequestTimeout 5000 <br /> -WEBSITE_TIME_ZONE \"Eastern Standard Time\"",
2525
"loc.input.label.configurationStrings": "Configuration settings",

0 commit comments

Comments
 (0)