Skip to content

Commit

Permalink
Merge pull request #4382 from Microsoft/users/kavipriya/portingchanges
Browse files Browse the repository at this point in the history
Porting recent fixes
  • Loading branch information
kaadhina authored May 24, 2017
2 parents b798d68 + 92d35dc commit 781eb60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tasks/DeployVisualStudioTestAgent/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "./"
}
],
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VsTest/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"vstest"
],
"releaseNotes" : "<ul><li><b>Run tests using agent phase:</b>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.</li><li><b>Test Impact Analysis:</b> Automatically select and run only the tests needed to validate the code change.</li><li>Support for minimatch patterns for specifying test assemblies.</li></ul><p><a href=\"https://aka.ms/testingwithphases\" target=\"_blank\">More information</a></p>",
"minimumAgentVersion": "1.89.0",
"minimumAgentVersion": "2.103.0",
"groups": [
{
"name": "testSelection",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VsTest/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"vstest"
],
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "1.89.0",
"minimumAgentVersion": "2.103.0",
"groups": [
{
"name": "testSelection",
Expand Down

0 comments on commit 781eb60

Please sign in to comment.