Skip to content

Commit 4029111

Browse files
committed
(maint) Added Cake Configuration File
1 parent 13b8cf8 commit 4029111

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cake.config

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
; This is the default configuration file for Cake.
2+
; This file was downloaded from https://github.com/cake-build/resources
3+
4+
[Nuget]
5+
Source=https://api.nuget.org/v3/index.json
6+
UseInProcessClient=true
7+
8+
[Paths]
9+
Tools=./tools
10+
Addins=./tools/Addins
11+
Modules=./tools/Modules

0 commit comments

Comments
 (0)