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 e4529cd commit eb554df
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .netconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,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 @@ -68,6 +68,10 @@ Task("default")
.IsDependentOn("build")
.IsDependentOn("pack");
Task("default-editor")
.IsDependentOn("build")
.IsDependentOn("pack");
Task("restore-core")
.Does(() =>
DotNetRestore(
Expand Down
4 changes: 3 additions & 1 deletion tasks.vs.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
{
"command": "dotnet",
"args": [
"cake"
"cake",
"-t",
"default-editor"
]
}
]
Expand Down

0 comments on commit eb554df

Please sign in to comment.