Skip to content

Commit b79c91d

Browse files
authored
Add aka.ms link to deprecated task guidance error messages (#19486)
* Add aka.ms link to deprecated task guidance error messages * Rephrase
1 parent 72cb0bd commit b79c91d

File tree

61 files changed

+101
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+101
-101
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"loc.messages.FoundMultipleFiles": "Found multiple files matching %s.",
4040
"loc.messages.FailedToCreateFile": "Failed to create %s with error: %s.",
4141
"loc.messages.FailedToFindFile": "Failed to find %s at %s.",
42-
"loc.messages.DeprecatedTask": "The AppCenterDistribute@1 (App Center distribute) task has been deprecated since November 14, 2022 and will soon be retired. Use the AppCenterDistribute@3 task instead."
42+
"loc.messages.DeprecatedTask": "The AppCenterDistribute@1 (App Center distribute) task has been deprecated since November 14, 2022 and will soon be retired. Use the AppCenterDistribute@3 task instead. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
4343
}

Tasks/AppCenterDistributeV1/task.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 1,
1919
"Minor": 235,
20-
"Patch": 0
20+
"Patch": 2
2121
},
2222
"minimumAgentVersion": "2.144.0",
2323
"releaseNotes": "Fix bug where feature branches were being truncated.",
@@ -202,6 +202,6 @@
202202
"FoundMultipleFiles": "Found multiple files matching %s.",
203203
"FailedToCreateFile": "Failed to create %s with error: %s.",
204204
"FailedToFindFile": "Failed to find %s at %s.",
205-
"DeprecatedTask": "The AppCenterDistribute@1 (App Center distribute) task has been deprecated since November 14, 2022 and will soon be retired. Use the AppCenterDistribute@3 task instead."
205+
"DeprecatedTask": "The AppCenterDistribute@1 (App Center distribute) task has been deprecated since November 14, 2022 and will soon be retired. Use the AppCenterDistribute@3 task instead. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
206206
}
207207
}

Tasks/AppCenterDistributeV1/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 1,
1919
"Minor": 235,
20-
"Patch": 0
20+
"Patch": 2
2121
},
2222
"minimumAgentVersion": "2.144.0",
2323
"releaseNotes": "ms-resource:loc.releaseNotes",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
"loc.messages.FoundMultipleFiles": "Found multiple files matching %s.",
4141
"loc.messages.FailedToCreateFile": "Failed to create %s with error: %s.",
4242
"loc.messages.FailedToFindFile": "Failed to find %s at %s.",
43-
"loc.messages.DeprecatedTask": "The AppCenterDistribute@2 (App Center distribute) task has been deprecated since November 14, 2022 and will soon be retired. Use the AppCenterDistribute@3 task instead."
43+
"loc.messages.DeprecatedTask": "The AppCenterDistribute@2 (App Center distribute) task has been deprecated since November 14, 2022 and will soon be retired. Use the AppCenterDistribute@3 task instead. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
4444
}

Tasks/AppCenterDistributeV2/task.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 235,
20-
"Patch": 0
20+
"Patch": 2
2121
},
2222
"minimumAgentVersion": "2.144.0",
2323
"releaseNotes": "Added support for multiple destinations.",
@@ -204,6 +204,6 @@
204204
"FoundMultipleFiles": "Found multiple files matching %s.",
205205
"FailedToCreateFile": "Failed to create %s with error: %s.",
206206
"FailedToFindFile": "Failed to find %s at %s.",
207-
"DeprecatedTask": "The AppCenterDistribute@2 (App Center distribute) task has been deprecated since November 14, 2022 and will soon be retired. Use the AppCenterDistribute@3 task instead."
207+
"DeprecatedTask": "The AppCenterDistribute@2 (App Center distribute) task has been deprecated since November 14, 2022 and will soon be retired. Use the AppCenterDistribute@3 task instead. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
208208
}
209209
}

Tasks/AppCenterDistributeV2/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 235,
20-
"Patch": 0
20+
"Patch": 2
2121
},
2222
"minimumAgentVersion": "2.144.0",
2323
"releaseNotes": "ms-resource:loc.releaseNotes",

Tasks/ChefKnifeV1/ChefKnife.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ try
3636
}
3737
if ($featureFlags.failDeprecatedBuildTask)
3838
{
39-
throw "The ChefKnife@1 (Run scripts with Knife commands on your Chef workstation) task has been deprecated since March 5, 2018 and will soon be retired. To continue to use Chef Knife, use the Knife client directly from a bash/pwsh/script task. See https://docs.chef.io/workstation/knife_client/."
39+
throw "The ChefKnife@1 (Run scripts with Knife commands on your Chef workstation) task has been deprecated since March 5, 2018 and will soon be retired. To continue to use Chef Knife, use the Knife client directly from a bash/pwsh/script task. See https://docs.chef.io/workstation/knife_client/. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
4040
}
4141
}
4242
finally

Tasks/ChefKnifeV1/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 1,
1919
"Minor": 235,
20-
"Patch": 0
20+
"Patch": 1
2121
},
2222
"deprecated": true,
2323
"removalDate": "2024-01-31",

Tasks/ChefKnifeV1/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 1,
1919
"Minor": 235,
20-
"Patch": 0
20+
"Patch": 1
2121
},
2222
"deprecated": true,
2323
"removalDate": "2024-01-31",

Tasks/ChefV1/Chef.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ try
192192
}
193193
if ($featureFlags.failDeprecatedBuildTask)
194194
{
195-
throw "The Chef@1 (Deploy to Chef environments by editing environment attributes) task has been deprecated since March 5, 2018 and will soon be retired. To continue to use Chef, use the Chef CLI directly from a bash/pwsh/script task. See https://github.com/chef/chef-cli."
195+
throw "The Chef@1 (Deploy to Chef environments by editing environment attributes) task has been deprecated since March 5, 2018 and will soon be retired. To continue to use Chef, use the Chef CLI directly from a bash/pwsh/script task. See https://github.com/chef/chef-cli. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
196196
}
197197
}
198198
finally

Tasks/ChefV1/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 1,
2020
"Minor": 235,
21-
"Patch": 0
21+
"Patch": 1
2222
},
2323
"deprecated": true,
2424
"removalDate": "2024-01-31",

Tasks/ChefV1/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 1,
2020
"Minor": 235,
21-
"Patch": 0
21+
"Patch": 1
2222
},
2323
"deprecated": true,
2424
"removalDate": "2024-01-31",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"loc.messages.ParameterRequired": "The `%s` parameter is required",
2626
"loc.messages.PlatformNotRecognized": "Platform not recognized",
2727
"loc.messages.PrependPath": "Prepending PATH environment variable with directory: %s",
28-
"loc.messages.DeprecatedTask": "The CondaEnvironment@1 (Conda environment) task has been deprecated since February 13, 2019 and will soon be retired. Use the Conda CLI ('conda') directly from a bash/pwsh/script task."
28+
"loc.messages.DeprecatedTask": "The CondaEnvironment@1 (Conda environment) task has been deprecated since February 13, 2019 and will soon be retired. Use the Conda CLI ('conda') directly from a bash/pwsh/script task. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
2929
}

Tasks/CondaEnvironmentV1/task.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 235,
17-
"Patch": 0
17+
"Patch": 2
1818
},
1919
"deprecated": true,
2020
"removalDate": "2024-01-31",
@@ -102,6 +102,6 @@
102102
"ParameterRequired": "The `%s` parameter is required",
103103
"PlatformNotRecognized": "Platform not recognized",
104104
"PrependPath": "Prepending PATH environment variable with directory: %s",
105-
"DeprecatedTask": "The CondaEnvironment@1 (Conda environment) task has been deprecated since February 13, 2019 and will soon be retired. Use the Conda CLI ('conda') directly from a bash/pwsh/script task."
105+
"DeprecatedTask": "The CondaEnvironment@1 (Conda environment) task has been deprecated since February 13, 2019 and will soon be retired. Use the Conda CLI ('conda') directly from a bash/pwsh/script task. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
106106
}
107107
}

Tasks/CondaEnvironmentV1/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 235,
17-
"Patch": 0
17+
"Patch": 2
1818
},
1919
"deprecated": true,
2020
"removalDate": "2024-01-31",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@
7979
"loc.messages.VersionFilesDataIncorrect": "Version's files data is missing or has missing required fields.",
8080
"loc.messages.VersionInformationNotComplete": "Version: %s required information is not complete in releases.json file. Error: %s",
8181
"loc.messages.FailedWhileExtractingPacakge": "Failed while extracting downloaded package with error: %s",
82-
"loc.messages.DeprecatedTask": "The DotNetCoreInstaller@1 (.NET Core SDK/runtime installer) task has been deprecated since August 22, 2019 and will soon be retired. Use the UseDotNet@2 task instead."
82+
"loc.messages.DeprecatedTask": "The DotNetCoreInstaller@1 (.NET Core SDK/runtime installer) task has been deprecated since August 22, 2019 and will soon be retired. Use the UseDotNet@2 task instead. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
8383
}

Tasks/DotNetCoreInstallerV1/task.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 235,
17-
"Patch": 0
17+
"Patch": 2
1818
},
1919
"deprecated": true,
2020
"removalDate": "2024-01-31",
@@ -154,6 +154,6 @@
154154
"VersionFilesDataIncorrect": "Version's files data is missing or has missing required fields.",
155155
"VersionInformationNotComplete": "Version: %s required information is not complete in releases.json file. Error: %s",
156156
"FailedWhileExtractingPacakge": "Failed while extracting downloaded package with error: %s",
157-
"DeprecatedTask": "The DotNetCoreInstaller@1 (.NET Core SDK/runtime installer) task has been deprecated since August 22, 2019 and will soon be retired. Use the UseDotNet@2 task instead."
157+
"DeprecatedTask": "The DotNetCoreInstaller@1 (.NET Core SDK/runtime installer) task has been deprecated since August 22, 2019 and will soon be retired. Use the UseDotNet@2 task instead. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
158158
}
159159
}

Tasks/DotNetCoreInstallerV1/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 235,
17-
"Patch": 0
17+
"Patch": 2
1818
},
1919
"deprecated": true,
2020
"removalDate": "2024-01-31",

Tasks/IISWebAppDeployment/DeployIISWebApp.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ $featureFlags = @{
159159
}
160160
if ($featureFlags.failDeprecatedBuildTask)
161161
{
162-
throw "The IISWebAppDeployment@1 (IIS Web App deployment) task has been deprecated since October 5, 2018 and will soon be retired. Use the 'IIS Web App Deployment Using WinRM' extension instead: https://marketplace.visualstudio.com/items?itemName=ms-vscs-rm.iiswebapp."
162+
throw "The IISWebAppDeployment@1 (IIS Web App deployment) task has been deprecated since October 5, 2018 and will soon be retired. Use the 'IIS Web App Deployment Using WinRM' extension instead: https://marketplace.visualstudio.com/items?itemName=ms-vscs-rm.iiswebapp. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
163163
}
164164

165165
Write-Output ( Get-LocalizedString -Key "Successfully deployed IIS Web Deploy Package : {0}" -ArgumentList $webDeployPackage)

Tasks/IISWebAppDeployment/task.json

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

Tasks/IISWebAppDeployment/task.loc.json

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

Tasks/QuickPerfTestV1/Invoke-QuickPerfTest.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ $featureFlags = @{
192192
}
193193
if ($featureFlags.failDeprecatedBuildTask)
194194
{
195-
throw "The QuickPerfTest@1 (Cloud-based web performance test) task has been deprecated since June 4, 2019 and will soon be retired. Use the AzureLoadTest@1 task instead."
195+
throw "The QuickPerfTest@1 (Cloud-based web performance test) task has been deprecated since June 4, 2019 and will soon be retired. Use the AzureLoadTest@1 task instead. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
196196
}
197197

198198
Write-Output "Quick Perf Test Script execution completed"

Tasks/QuickPerfTestV1/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 235,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"deprecated": true,
2020
"removalDate": "2024-01-31",

Tasks/QuickPerfTestV1/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 235,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"deprecated": true,
2020
"removalDate": "2024-01-31",

Tasks/RunJMeterLoadTestV1/Start-ApacheJMeterTest.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ $featureFlags = @{
189189
}
190190
if ($featureFlags.failDeprecatedBuildTask)
191191
{
192-
throw "The ApacheJMeterLoadTest@1 (Cloud-based Apache JMeter load test) task haas been deprecated since June 4, 2019 and will soon be retired. For cloud-based load testing, use the AzureLoadTest@1 task."
192+
throw "The ApacheJMeterLoadTest@1 (Cloud-based Apache JMeter load test) task haas been deprecated since June 4, 2019 and will soon be retired. For cloud-based load testing, use the AzureLoadTest@1 task. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
193193
}
194194
WriteTaskMessages "JMeter Test Script execution completed"
195195

Tasks/RunJMeterLoadTestV1/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 235,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"deprecated": true,
2020
"removalDate": "2024-01-31",

Tasks/RunJMeterLoadTestV1/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 235,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"deprecated": true,
2020
"removalDate": "2024-01-31",

Tasks/RunLoadTestV1/Start-CloudLoadTest.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ $featureFlags = @{
238238
}
239239
if ($featureFlags.failDeprecatedBuildTask)
240240
{
241-
throw "The CloudLoadTest@1 (Cloud-based load test) has been deprecated since June 4, 2019 and will soon be retired. Use the AzureLoadTest@1 task instead."
241+
throw "The CloudLoadTest@1 (Cloud-based load test) has been deprecated since June 4, 2019 and will soon be retired. Use the AzureLoadTest@1 task instead. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
242242
}
243243

244244
WriteTaskMessages "Load Test Script execution completed"

Tasks/RunLoadTestV1/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 235,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"deprecated": true,
2020
"removalDate": "2024-01-31",

Tasks/RunLoadTestV1/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 235,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"deprecated": true,
2020
"removalDate": "2024-01-31",

Tasks/SqlServerDacpacDeployment/DeployToSqlServer.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $featureFlags = @{
8686
}
8787
if ($featureFlags.failDeprecatedBuildTask)
8888
{
89-
throw "The SqlServerDacpacDeployment@1 (SQL Server database deploy) task has been deprecated since October 5, 2018 and will soon be retired. Use the 'IIS Web App Deployment Using WinRM' extension instead: https://marketplace.visualstudio.com/items?itemName=ms-vscs-rm.iiswebapp. For Azure SQL Database use the SqlAzureDacpacDeployment@1 task."
89+
throw "The SqlServerDacpacDeployment@1 (SQL Server database deploy) task has been deprecated since October 5, 2018 and will soon be retired. Use the 'IIS Web App Deployment Using WinRM' extension instead: https://marketplace.visualstudio.com/items?itemName=ms-vscs-rm.iiswebapp. For Azure SQL Database use the SqlAzureDacpacDeployment@1 task. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
9090
}
9191

9292
Write-Output ( Get-LocalizedString -Key "Successfully deployed Sql Dacpac File : {0}" -ArgumentList $dacpacFile)

Tasks/SqlServerDacpacDeployment/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 235,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"demands": [],
2020
"minimumAgentVersion": "1.96.2",

Tasks/SqlServerDacpacDeployment/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 235,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"demands": [],
2020
"minimumAgentVersion": "1.96.2",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"loc.input.help.optionalArgs": "Additional arguments passed to test-cloud.exe.",
3030
"loc.input.label.publishNUnitResults": "Publish results to Azure Pipelines",
3131
"loc.input.help.publishNUnitResults": "When selected, --nunit-xml option will be passed to test-cloud.exe. Results from the NUnit xml file will be published to Azure Pipelines.",
32-
"loc.messages.DeprecatedTask": "The XamarinTestCloud@1 (Xamarin Test Cloud) task has been deprecated since January 11, 2018 and will soon be retired. Use the AppCenterDistribute@3 task instead."
32+
"loc.messages.DeprecatedTask": "The XamarinTestCloud@1 (Xamarin Test Cloud) task has been deprecated since January 11, 2018 and will soon be retired. Use the AppCenterDistribute@3 task instead. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
3333
}

Tasks/XamarinTestCloudV1/XamarinTestCloud.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,6 @@ $featureFlags = @{
198198
}
199199
if ($featureFlags.failDeprecatedBuildTask)
200200
{
201-
throw "The XamarinTestCloud@1 (Xamarin Test Cloud) task has been deprecated since January 11, 2018 and will soon be retired. Use the AppCenterDistribute@3 task instead."
201+
throw "The XamarinTestCloud@1 (Xamarin Test Cloud) task has been deprecated since January 11, 2018 and will soon be retired. Use the AppCenterDistribute@3 task instead. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
202202
}
203203
Write-Verbose "Leaving script XamarinTestCloud.ps1"

Tasks/XamarinTestCloudV1/task.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 235,
17-
"Patch": 0
17+
"Patch": 2
1818
},
1919
"demands": [],
2020
"minimumAgentVersion": "1.83.0",
@@ -198,6 +198,6 @@
198198
}
199199
},
200200
"messages": {
201-
"DeprecatedTask": "The XamarinTestCloud@1 (Xamarin Test Cloud) task has been deprecated since January 11, 2018 and will soon be retired. Use the AppCenterDistribute@3 task instead."
201+
"DeprecatedTask": "The XamarinTestCloud@1 (Xamarin Test Cloud) task has been deprecated since January 11, 2018 and will soon be retired. Use the AppCenterDistribute@3 task instead. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
202202
}
203203
}

Tasks/XamarinTestCloudV1/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 235,
17-
"Patch": 0
17+
"Patch": 2
1818
},
1919
"demands": [],
2020
"minimumAgentVersion": "1.83.0",
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|1.235.0
2-
Node20_229_7|1.235.1
1+
Default|1.235.2
2+
Node20_229_7|1.235.3

_generated/AppCenterDistributeV1_Node20/Strings/resources.resjson/en-US/resources.resjson

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"loc.messages.FoundMultipleFiles": "Found multiple files matching %s.",
4040
"loc.messages.FailedToCreateFile": "Failed to create %s with error: %s.",
4141
"loc.messages.FailedToFindFile": "Failed to find %s at %s.",
42-
"loc.messages.DeprecatedTask": "The AppCenterDistribute@1 (App Center distribute) task has been deprecated since November 14, 2022 and will soon be retired. Use the AppCenterDistribute@3 task instead."
42+
"loc.messages.DeprecatedTask": "The AppCenterDistribute@1 (App Center distribute) task has been deprecated since November 14, 2022 and will soon be retired. Use the AppCenterDistribute@3 task instead. Please visit https://aka.ms/azdo-deprecated-tasks to learn more about deprecated tasks."
4343
}

0 commit comments

Comments
 (0)