Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating list of runtimes with new values #20876

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Tasks/AzureRmWebAppDeploymentV5/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 5,
"Minor": 252,
"Patch": 5
"Minor": 253,
"Patch": 0
},
"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.",
"minimumAgentVersion": "2.104.1",
Expand Down Expand Up @@ -232,6 +232,7 @@
"DOTNETCORE:8.0": ".NET 8.0",
"DOTNETCORE:7.0": ".NET 7.0",
"DOTNETCORE:6.0": ".NET 6.0",
"NODE:22-lts": "Node 22 LTS",
"NODE:20-lts": "Node 20 LTS",
"NODE:18-lts": "Node 18 LTS",
"NODE:16-lts": "Node 16 LTS",
Expand Down
5 changes: 3 additions & 2 deletions Tasks/AzureRmWebAppDeploymentV5/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 5,
"Minor": 252,
"Patch": 5
"Minor": 253,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "2.104.1",
Expand Down Expand Up @@ -232,6 +232,7 @@
"DOTNETCORE:8.0": ".NET 8.0",
"DOTNETCORE:7.0": ".NET 7.0",
"DOTNETCORE:6.0": ".NET 6.0",
"NODE:22-lts": "Node 22 LTS",
"NODE:20-lts": "Node 20 LTS",
"NODE:18-lts": "Node 18 LTS",
"NODE:16-lts": "Node 16 LTS",
Expand Down
5 changes: 3 additions & 2 deletions Tasks/AzureWebAppV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 252,
"Patch": 1
"Minor": 253,
"Patch": 0
},
"minimumAgentVersion": "2.209.0",
"groups": [
Expand Down Expand Up @@ -128,6 +128,7 @@
"DOTNETCORE:8.0": ".NET 8.0",
"DOTNETCORE:7.0": ".NET 7.0",
"DOTNETCORE:6.0": ".NET 6.0",
"NODE:22-lts": "Node 22 LTS",
"NODE:20-lts": "Node 20 LTS",
"NODE:18-lts": "Node 18 LTS",
"NODE:16-lts": "Node 16 LTS",
Expand Down
5 changes: 3 additions & 2 deletions Tasks/AzureWebAppV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 252,
"Patch": 1
"Minor": 253,
"Patch": 0
},
"minimumAgentVersion": "2.209.0",
"groups": [
Expand Down Expand Up @@ -128,6 +128,7 @@
"DOTNETCORE:8.0": ".NET 8.0",
"DOTNETCORE:7.0": ".NET 7.0",
"DOTNETCORE:6.0": ".NET 6.0",
"NODE:22-lts": "Node 22 LTS",
"NODE:20-lts": "Node 20 LTS",
"NODE:18-lts": "Node 18 LTS",
"NODE:16-lts": "Node 16 LTS",
Expand Down
Loading