Skip to content

Add deprecationMessage for deprecated DownloadPackageV0 and NuGet... tasks #19457

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

3 changes: 2 additions & 1 deletion Tasks/DownloadPackageV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
"version": {
"Major": 0,
"Minor": 236,
"Patch": 0
"Patch": 2
},
"demands": [],
"minimumAgentVersion": "2.144.0",
"deprecated": true,
"removalDate": "2023-12-11",
"deprecationMessage": "The DownloadPackage@0 (Download package) task has been deprecated and will soon be retired. Use the DownloadPackage@1 task instead.",
"inputs": [
{
"name": "feed",
Expand Down
3 changes: 2 additions & 1 deletion Tasks/DownloadPackageV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
"version": {
"Major": 0,
"Minor": 236,
"Patch": 0
"Patch": 2
},
"demands": [],
"minimumAgentVersion": "2.144.0",
"deprecated": true,
"removalDate": "2023-12-11",
"deprecationMessage": "The DownloadPackage@0 (Download package) task has been deprecated and will soon be retired. Use the DownloadPackage@1 task instead.",
"inputs": [
{
"name": "feed",
Expand Down
3 changes: 2 additions & 1 deletion Tasks/NuGetInstallerV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 234,
"Minor": 236,
"Patch": 0
},
"runsOn": [
Expand All @@ -19,6 +19,7 @@
"minimumAgentVersion": "2.115.0",
"deprecated": true,
"removalDate": "2023-12-11",
"deprecationMessage": "The NuGetInstaller@0 (NuGet Installer) task has been deprecated and will soon be retired. Use the NuGetCommand@2 (with restore option) task instead.",
"groups": [
{
"name": "advanced",
Expand Down
3 changes: 2 additions & 1 deletion Tasks/NuGetInstallerV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 234,
"Minor": 236,
"Patch": 0
},
"runsOn": [
Expand All @@ -19,6 +19,7 @@
"minimumAgentVersion": "2.115.0",
"deprecated": true,
"removalDate": "2023-12-11",
"deprecationMessage": "The NuGetInstaller@0 (NuGet Installer) task has been deprecated and will soon be retired. Use the NuGetCommand@2 (with restore option) task instead.",
"groups": [
{
"name": "advanced",
Expand Down
5 changes: 3 additions & 2 deletions Tasks/NuGetPackagerV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
"author": "Lawrence Gripper",
"version": {
"Major": 0,
"Minor": 232,
"Patch": 1
"Minor": 236,
"Patch": 0
},
"demands": [
"Cmd"
],
"minimumAgentVersion": "1.83.0",
"deprecated": true,
"removalDate": "2024-01-31",
"deprecationMessage": "The NuGetPackager@0 (NuGet packager) task has been deprecated and will soon be retired. Use the NuGetCommand@2 task instead.",
"groups": [
{
"name": "versioning",
Expand Down
5 changes: 3 additions & 2 deletions Tasks/NuGetPackagerV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
"author": "Lawrence Gripper",
"version": {
"Major": 0,
"Minor": 232,
"Patch": 1
"Minor": 236,
"Patch": 0
},
"demands": [
"Cmd"
],
"minimumAgentVersion": "1.83.0",
"deprecated": true,
"removalDate": "2024-01-31",
"deprecationMessage": "The NuGetPackager@0 (NuGet packager) task has been deprecated and will soon be retired. Use the NuGetCommand@2 task instead.",
"groups": [
{
"name": "versioning",
Expand Down
5 changes: 3 additions & 2 deletions Tasks/NuGetPublisherV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Lawrence Gripper",
"version": {
"Major": 0,
"Minor": 232,
"Patch": 2
"Minor": 236,
"Patch": 0
},
"runsOn": [
"Agent",
Expand All @@ -22,6 +22,7 @@
"minimumAgentVersion": "2.144.0",
"deprecated": true,
"removalDate": "2024-01-31",
"deprecationMessage": "The NuGetPublisher@0 (NuGet publisher) task has been deprecated and will soon be retired. Use the NuGetCommand@2 task instead.",
"groups": [
{
"name": "advanced",
Expand Down
5 changes: 3 additions & 2 deletions Tasks/NuGetPublisherV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Lawrence Gripper",
"version": {
"Major": 0,
"Minor": 232,
"Patch": 2
"Minor": 236,
"Patch": 0
},
"runsOn": [
"Agent",
Expand All @@ -22,6 +22,7 @@
"minimumAgentVersion": "2.144.0",
"deprecated": true,
"removalDate": "2024-01-31",
"deprecationMessage": "The NuGetPublisher@0 (NuGet publisher) task has been deprecated and will soon be retired. Use the NuGetCommand@2 task instead.",
"groups": [
{
"name": "advanced",
Expand Down
3 changes: 2 additions & 1 deletion Tasks/NuGetRestoreV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 236,
"Patch": 0
"Patch": 2
},
"runsOn": [
"Agent",
Expand All @@ -19,6 +19,7 @@
"minimumAgentVersion": "2.144.0",
"deprecated": true,
"removalDate": "2023-12-11",
"deprecationMessage": "The NuGetRestore@1 (NuGet Restore) task has been deprecated and will soon be retired. Use the NuGetCommand@2 (with the restore option) task instead.",
"groups": [
{
"name": "advanced",
Expand Down
3 changes: 2 additions & 1 deletion Tasks/NuGetRestoreV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 236,
"Patch": 0
"Patch": 2
},
"runsOn": [
"Agent",
Expand All @@ -19,6 +19,7 @@
"minimumAgentVersion": "2.144.0",
"deprecated": true,
"removalDate": "2023-12-11",
"deprecationMessage": "The NuGetRestore@1 (NuGet Restore) task has been deprecated and will soon be retired. Use the NuGetCommand@2 (with the restore option) task instead.",
"groups": [
{
"name": "advanced",
Expand Down
5 changes: 3 additions & 2 deletions Tasks/NuGetV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"helpMarkDown": "",
"version": {
"Major": 0,
"Minor": 232,
"Patch": 2
"Minor": 236,
"Patch": 0
},
"runsOn": [
"Agent",
Expand All @@ -20,6 +20,7 @@
"minimumAgentVersion": "2.144.0",
"deprecated": true,
"removalDate": "2024-01-31",
"deprecationMessage": "The NuGet@0 (NuGet command) task has been deprecated and will soon be retired. Use the NuGetCommand@2 task instead.",
"groups": [],
"instanceNameFormat": "NuGet $(command)",
"inputs": [
Expand Down
5 changes: 3 additions & 2 deletions Tasks/NuGetV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"helpMarkDown": "ms-resource:loc.helpMarkDown",
"version": {
"Major": 0,
"Minor": 232,
"Patch": 2
"Minor": 236,
"Patch": 0
},
"runsOn": [
"Agent",
Expand All @@ -20,6 +20,7 @@
"minimumAgentVersion": "2.144.0",
"deprecated": true,
"removalDate": "2024-01-31",
"deprecationMessage": "The NuGet@0 (NuGet command) task has been deprecated and will soon be retired. Use the NuGetCommand@2 task instead.",
"groups": [],
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"inputs": [
Expand Down
4 changes: 2 additions & 2 deletions _generated/DownloadPackageV0.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|0.236.0
Node20_229_1|0.236.1
Default|0.236.2
Node20_229_1|0.236.3
7 changes: 4 additions & 3 deletions _generated/DownloadPackageV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
"version": {
"Major": 0,
"Minor": 236,
"Patch": 0
"Patch": 2
},
"demands": [],
"minimumAgentVersion": "2.144.0",
"deprecated": true,
"removalDate": "2023-12-11",
"deprecationMessage": "The DownloadPackage@0 (Download package) task has been deprecated and will soon be retired. Use the DownloadPackage@1 task instead.",
"inputs": [
{
"name": "feed",
Expand Down Expand Up @@ -116,7 +117,7 @@
"DeprecatedTask": "This task is deprecated. Please switch to using DownloadPackage@1 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/download-package-v1"
},
"_buildConfigMapping": {
"Default": "0.236.0",
"Node20_229_1": "0.236.1"
"Default": "0.236.2",
"Node20_229_1": "0.236.3"
}
}
7 changes: 4 additions & 3 deletions _generated/DownloadPackageV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
"version": {
"Major": 0,
"Minor": 236,
"Patch": 0
"Patch": 2
},
"demands": [],
"minimumAgentVersion": "2.144.0",
"deprecated": true,
"removalDate": "2023-12-11",
"deprecationMessage": "The DownloadPackage@0 (Download package) task has been deprecated and will soon be retired. Use the DownloadPackage@1 task instead.",
"inputs": [
{
"name": "feed",
Expand Down Expand Up @@ -116,7 +117,7 @@
"DeprecatedTask": "ms-resource:loc.messages.DeprecatedTask"
},
"_buildConfigMapping": {
"Default": "0.236.0",
"Node20_229_1": "0.236.1"
"Default": "0.236.2",
"Node20_229_1": "0.236.3"
}
}
7 changes: 4 additions & 3 deletions _generated/DownloadPackageV0_Node20/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
"version": {
"Major": 0,
"Minor": 236,
"Patch": 1
"Patch": 3
},
"demands": [],
"minimumAgentVersion": "2.144.0",
"deprecated": true,
"removalDate": "2023-12-11",
"deprecationMessage": "The DownloadPackage@0 (Download package) task has been deprecated and will soon be retired. Use the DownloadPackage@1 task instead.",
"inputs": [
{
"name": "feed",
Expand Down Expand Up @@ -120,7 +121,7 @@
"DeprecatedTask": "This task is deprecated. Please switch to using DownloadPackage@1 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/download-package-v1"
},
"_buildConfigMapping": {
"Default": "0.236.0",
"Node20_229_1": "0.236.1"
"Default": "0.236.2",
"Node20_229_1": "0.236.3"
}
}
7 changes: 4 additions & 3 deletions _generated/DownloadPackageV0_Node20/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
"version": {
"Major": 0,
"Minor": 236,
"Patch": 1
"Patch": 3
},
"demands": [],
"minimumAgentVersion": "2.144.0",
"deprecated": true,
"removalDate": "2023-12-11",
"deprecationMessage": "The DownloadPackage@0 (Download package) task has been deprecated and will soon be retired. Use the DownloadPackage@1 task instead.",
"inputs": [
{
"name": "feed",
Expand Down Expand Up @@ -120,7 +121,7 @@
"DeprecatedTask": "ms-resource:loc.messages.DeprecatedTask"
},
"_buildConfigMapping": {
"Default": "0.236.0",
"Node20_229_1": "0.236.1"
"Default": "0.236.2",
"Node20_229_1": "0.236.3"
}
}
4 changes: 2 additions & 2 deletions _generated/NuGetInstallerV0.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|0.234.0
Node20_229_1|0.234.1
Default|0.236.0
Node20_229_1|0.236.1
7 changes: 4 additions & 3 deletions _generated/NuGetInstallerV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 234,
"Minor": 236,
"Patch": 0
},
"runsOn": [
Expand All @@ -19,6 +19,7 @@
"minimumAgentVersion": "2.115.0",
"deprecated": true,
"removalDate": "2023-12-11",
"deprecationMessage": "The NuGetInstaller@0 (NuGet Installer) task has been deprecated and will soon be retired. Use the NuGetCommand@2 (with restore option) task instead.",
"groups": [
{
"name": "advanced",
Expand Down Expand Up @@ -149,7 +150,7 @@
"DeprecatedTask": "This task is deprecated. Please switch to using NuGetCommand@2's 'restore' or 'custom' option https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
},
"_buildConfigMapping": {
"Default": "0.234.0",
"Node20_229_1": "0.234.1"
"Default": "0.236.0",
"Node20_229_1": "0.236.1"
}
}
7 changes: 4 additions & 3 deletions _generated/NuGetInstallerV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 234,
"Minor": 236,
"Patch": 0
},
"runsOn": [
Expand All @@ -19,6 +19,7 @@
"minimumAgentVersion": "2.115.0",
"deprecated": true,
"removalDate": "2023-12-11",
"deprecationMessage": "The NuGetInstaller@0 (NuGet Installer) task has been deprecated and will soon be retired. Use the NuGetCommand@2 (with restore option) task instead.",
"groups": [
{
"name": "advanced",
Expand Down Expand Up @@ -149,7 +150,7 @@
"DeprecatedTask": "ms-resource:loc.messages.DeprecatedTask"
},
"_buildConfigMapping": {
"Default": "0.234.0",
"Node20_229_1": "0.234.1"
"Default": "0.236.0",
"Node20_229_1": "0.236.1"
}
}
Loading