File tree Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.0.0" ,
3
- "tasks" : [
2
+ "version" : " 2.0.0" ,
3
+ "tasks" : [
4
4
{
5
5
"label" : " Bootstrap" ,
6
6
"type" : " shell" ,
17
17
"type" : " shell" ,
18
18
"command" : " pwsh" ,
19
19
"args" : [
20
- " ./build.ps1" ,
21
- " -Configuration" ,
22
- " ${input:configuration}"
20
+ " ./build.ps1"
23
21
],
24
22
"group" : {
25
23
"kind" : " build" ,
37
35
"args" : [
38
36
" ./build.ps1" ,
39
37
" -Test" ,
40
- " -Configuration" ,
41
- " ${input:configuration}" ,
42
38
" -Framework" ,
43
39
" ${input:framework}"
44
40
],
51
47
"panel" : " dedicated" ,
52
48
"clear" : true
53
49
},
54
- "detail" : " Run unit tests with selected configuration and framework"
50
+ "detail" : " Run unit tests with selected framework"
55
51
},
56
52
{
57
53
"label" : " Clean" ,
66
62
}
67
63
],
68
64
"inputs" : [
69
- {
70
- "id" : " configuration" ,
71
- "description" : " Build Configuration" ,
72
- "type" : " pickString" ,
73
- "options" : [
74
- " Debug" ,
75
- " Release"
76
- ],
77
- "default" : " Debug"
78
- },
79
65
{
80
66
"id" : " framework" ,
81
67
"description" : " Target Framework" ,
You can’t perform that action at this time.
0 commit comments