diff --git a/Tasks/DeployVisualStudioTestAgent/make.json b/Tasks/DeployVisualStudioTestAgent/make.json
index b67f8c73475a..c6fe9dc582ef 100644
--- a/Tasks/DeployVisualStudioTestAgent/make.json
+++ b/Tasks/DeployVisualStudioTestAgent/make.json
@@ -2,7 +2,7 @@
"externals": {
"archivePackages": [
{
- "url": "https://testexecution.blob.core.windows.net/testplatformdeployment/3886036/TestPlatform.Deployment.zip",
+ "url": "https://testexecution.blob.core.windows.net/testplatformdeployment/3891278/TestPlatform.Deployment.zip",
"dest": "./"
}
],
diff --git a/Tasks/VsTest/task.json b/Tasks/VsTest/task.json
index 6462346f6f82..c7a3d373d4b6 100644
--- a/Tasks/VsTest/task.json
+++ b/Tasks/VsTest/task.json
@@ -23,7 +23,7 @@
"vstest"
],
"releaseNotes" : "
- Run tests using agent phase:Unified agent across Build, Release and Test allows for automation agents to be used for testing purposes as well. You can now run Visual Studio tests in various modes: single agent, distributed test run using multi-agent setting and multi-config mode to replicate tests in different configurations.
- Test Impact Analysis: Automatically select and run only the tests needed to validate the code change.
- Support for minimatch patterns for specifying test assemblies.
More information
",
- "minimumAgentVersion": "1.89.0",
+ "minimumAgentVersion": "2.103.0",
"groups": [
{
"name": "testSelection",
diff --git a/Tasks/VsTest/task.loc.json b/Tasks/VsTest/task.loc.json
index d2fbb22480b7..fb2b30b80116 100644
--- a/Tasks/VsTest/task.loc.json
+++ b/Tasks/VsTest/task.loc.json
@@ -23,7 +23,7 @@
"vstest"
],
"releaseNotes": "ms-resource:loc.releaseNotes",
- "minimumAgentVersion": "1.89.0",
+ "minimumAgentVersion": "2.103.0",
"groups": [
{
"name": "testSelection",