Skip to content

Commit e37c69b

Browse files
committed
Synchronize tasks.vs.json with dotnet-file.
1 parent 8d028ed commit e37c69b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.netconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@
3838
sha = a52fdae06d1a2fb13ec9d091eb9767373add18cb
3939
etag = 1a37c641ea5aeda5671440422578c1a054e7177257856b137191cf6e181e29e1
4040
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

build.cake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ DotNetMSBuildSettings ConfigureMSBuild(string target)
6161
Task("default")
6262
.IsDependentOn("publish");
6363

64+
Task("default-editor")
65+
.IsDependentOn("publish");
66+
6467
Task("restore")
6568
.Does(() =>
6669
DotNetRestore(

tasks.vs.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
{
1818
"command": "dotnet",
1919
"args": [
20-
"cake"
20+
"cake",
21+
"-t",
22+
"default-editor"
2123
]
2224
}
2325
]

0 commit comments

Comments
 (0)