File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 100
100
"displayName" : " Disable roll-forward"
101
101
}
102
102
]
103
+ },
104
+ "TestRunner" : {
105
+ "type" : " parameter" ,
106
+ "description" : " The test runner to use." ,
107
+ "displayName" : " Test runner" ,
108
+ "replaces" : " TEST_RUNNER_VALUE" ,
109
+ "defaultValue" : " " ,
110
+ "datatype" : " choice" ,
111
+ "choices" : [
112
+ {
113
+ "choice" : " VSTest" ,
114
+ "description" : " Use the VSTest test runner" ,
115
+ "displayName" : " VSTest"
116
+ },
117
+ {
118
+ "choice" : " Microsoft.Testing.Platform" ,
119
+ "description" : " Use the Microsoft Testing Platform test runner" ,
120
+ "displayName" : " Microsoft Testing Platform"
121
+ }
122
+ ]
103
123
}
104
124
},
105
125
"postActions" : [
Original file line number Diff line number Diff line change 4
4
"rollForward" : " ROLL_FORWARD_VALUE" ,
5
5
//#endif
6
6
"version" : " SDK_VERSION"
7
+ }//#if (TestRunner!=""),
8
+ "test" : {
9
+ "runner" : " TEST_RUNNER_VALUE"
7
10
}
11
+ //#endif
8
12
}
You can’t perform that action at this time.
0 commit comments