File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 38
38
sha = a52fdae06d1a2fb13ec9d091eb9767373add18cb
39
39
etag = 1a37c641ea5aeda5671440422578c1a054e7177257856b137191cf6e181e29e1
40
40
weak
41
+ [file "tasks.vs.json"]
42
+ url = https://github.com/tera-arise/.github/blob/master/syn/tasks.vs.json
43
+ sha = 96bc579c85d292bf87d8d97188792d3adfc80e77
44
+ etag = e37280c2dccfe881742b68239db201d39758cff1f1c7472f358b7a1164a5771d
45
+ weak
Original file line number Diff line number Diff line change @@ -61,6 +61,9 @@ DotNetMSBuildSettings ConfigureMSBuild(string target)
61
61
Task ( "default" )
62
62
. IsDependentOn ( "publish" ) ;
63
63
64
+ Task ( "default-editor" )
65
+ . IsDependentOn ( "publish" ) ;
66
+
64
67
Task ( "restore" )
65
68
. Does ( ( ) =>
66
69
DotNetRestore (
Original file line number Diff line number Diff line change 17
17
{
18
18
"command" : " dotnet" ,
19
19
"args" : [
20
- " cake"
20
+ " cake" ,
21
+ " -t" ,
22
+ " default-editor"
21
23
]
22
24
}
23
25
]
You can’t perform that action at this time.
0 commit comments