Skip to content

Commit

Permalink
Updated VsTestV2 task to version 2.237.0 (#19663)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogirala authored Mar 21, 2024
1 parent cba529f commit 94f0452
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Tasks/VsTestV2/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dest": "./"
},
{
"url": "https://testmanagementstorage.blob.core.windows.net/testmanagementcontainer/27170857/TestAgent.zip",
"url": "https://testmanagementstorage.blob.core.windows.net/testmanagementcontainer/27389761/TestAgent.zip",
"dest": "./Modules"
},
{
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VsTestV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 236,
"Minor": 237,
"Patch": 0
},
"demands": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VsTestV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 236,
"Minor": 237,
"Patch": 0
},
"demands": [
Expand Down
4 changes: 2 additions & 2 deletions _generated/VsTestV2.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|2.236.0
Node20_229_4|2.236.1
Default|2.237.0
Node20_229_4|2.237.1
2 changes: 1 addition & 1 deletion _generated/VsTestV2/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dest": "./"
},
{
"url": "https://testmanagementstorage.blob.core.windows.net/testmanagementcontainer/27170857/TestAgent.zip",
"url": "https://testmanagementstorage.blob.core.windows.net/testmanagementcontainer/27389761/TestAgent.zip",
"dest": "./Modules"
},
{
Expand Down
6 changes: 3 additions & 3 deletions _generated/VsTestV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 236,
"Minor": 237,
"Patch": 0
},
"demands": [
Expand Down Expand Up @@ -658,7 +658,7 @@
"minimumExpectedTests": "Minimum tests expected to be run: %d"
},
"_buildConfigMapping": {
"Default": "2.236.0",
"Node20_229_4": "2.236.1"
"Default": "2.237.0",
"Node20_229_4": "2.237.1"
}
}
6 changes: 3 additions & 3 deletions _generated/VsTestV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 236,
"Minor": 237,
"Patch": 0
},
"demands": [
Expand Down Expand Up @@ -658,7 +658,7 @@
"minimumExpectedTests": "ms-resource:loc.messages.minimumExpectedTests"
},
"_buildConfigMapping": {
"Default": "2.236.0",
"Node20_229_4": "2.236.1"
"Default": "2.237.0",
"Node20_229_4": "2.237.1"
}
}
2 changes: 1 addition & 1 deletion _generated/VsTestV2_Node20/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dest": "./"
},
{
"url": "https://testmanagementstorage.blob.core.windows.net/testmanagementcontainer/27170857/TestAgent.zip",
"url": "https://testmanagementstorage.blob.core.windows.net/testmanagementcontainer/27389761/TestAgent.zip",
"dest": "./Modules"
},
{
Expand Down
6 changes: 3 additions & 3 deletions _generated/VsTestV2_Node20/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 236,
"Minor": 237,
"Patch": 1
},
"demands": [
Expand Down Expand Up @@ -662,7 +662,7 @@
"minimumExpectedTests": "Minimum tests expected to be run: %d"
},
"_buildConfigMapping": {
"Default": "2.236.0",
"Node20_229_4": "2.236.1"
"Default": "2.237.0",
"Node20_229_4": "2.237.1"
}
}
6 changes: 3 additions & 3 deletions _generated/VsTestV2_Node20/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 236,
"Minor": 237,
"Patch": 1
},
"demands": [
Expand Down Expand Up @@ -662,7 +662,7 @@
"minimumExpectedTests": "ms-resource:loc.messages.minimumExpectedTests"
},
"_buildConfigMapping": {
"Default": "2.236.0",
"Node20_229_4": "2.236.1"
"Default": "2.237.0",
"Node20_229_4": "2.237.1"
}
}

0 comments on commit 94f0452

Please sign in to comment.