Skip to content

Commit 45b6e39

Browse files
authored
Merge pull request #6888 from Microsoft/users/ShreyasRMsft/addedBackTestImpactDllsTo132
added back test impact dlls
2 parents 742233e + 28243aa commit 45b6e39

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Tasks/VsTest/make.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
{
99
"url": "https://testexecution.blob.core.windows.net/testexecution/5586956/TestAgent.zip",
1010
"dest": "./Modules"
11+
},
12+
{
13+
"url": "https://testselectorv2.blob.core.windows.net/testselector/TestImpactCollector/TestImpactCollector.zip",
14+
"dest": "./TestSelector"
1115
}
1216
],
1317
"files": [

Tasks/VsTest/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 4,
20-
"Patch": 6
20+
"Patch": 7
2121
},
2222
"demands": [
2323
"vstest"

Tasks/VsTest/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 4,
20-
"Patch": 6
20+
"Patch": 7
2121
},
2222
"demands": [
2323
"vstest"

0 commit comments

Comments
 (0)