Skip to content

Commit

Permalink
Synchronize tasks.vs.json from the .github repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 12, 2024
1 parent 7f6e417 commit e041ec8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .netconfig
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@
sha = 7d581ae5eedad5892855cebc673edafad664856b
etag = 71fbce2c699768f363332125e11b7e6335672c19932a369f7e146faf579371e9
weak
[file "tasks.vs.json"]
url = https://github.com/vezel-dev/.github/blob/master/syn/tasks.vs.json
sha = d3266cef4044ccbe6e51133fcac3a77a5b42dde1
etag = e37280c2dccfe881742b68239db201d39758cff1f1c7472f358b7a1164a5771d
weak
4 changes: 4 additions & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ Task("default")
.IsDependentOn("test")
.IsDependentOn("build");

Task("default-editor")
.IsDependentOn("build")
.IsDependentOn("pack");

Task("restore-core")
.Does(() =>
DotNetRestore(
Expand Down
2 changes: 1 addition & 1 deletion tasks.vs.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"args": [
"cake",
"-t",
"pack"
"default-editor"
]
}
]
Expand Down

0 comments on commit e041ec8

Please sign in to comment.