Skip to content

Commit

Permalink
Deprecate old cake build and use cake dotnet-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
fahminlb33 committed Oct 16, 2021
1 parent 4f5d56f commit fabfc64
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 257 deletions.
12 changes: 12 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "1.3.0",
"commands": [
"dotnet-cake"
]
}
}
}
1 change: 0 additions & 1 deletion build.bat

This file was deleted.

256 changes: 0 additions & 256 deletions build.ps1

This file was deleted.

0 comments on commit fabfc64

Please sign in to comment.