Skip to content

Commit

Permalink
Porting recent fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaadhina committed May 23, 2017
1 parent a3ccc78 commit 92d35dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions Tasks/VsTest/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"version": {
"Major": 2,
"Minor": 0,
"Patch": 49
"Patch": 50
},
"demands": [
"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
4 changes: 2 additions & 2 deletions Tasks/VsTest/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"version": {
"Major": 2,
"Minor": 0,
"Patch": 49
"Patch": 50
},
"demands": [
"vstest"
],
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "1.89.0",
"minimumAgentVersion": "2.103.0",
"groups": [
{
"name": "testSelection",
Expand Down

0 comments on commit 92d35dc

Please sign in to comment.