Skip to content

Commit 5ef0b65

Browse files
Add cake.config
1 parent 825c118 commit 5ef0b65

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ Thumbs.db
2424
**/packages/*
2525

2626
#cake
27+
.cake/
2728
/build/*
2829
/tools/*

cake.config

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[Nuget]
2+
Source=https://api.nuget.org/v3/index.json
3+
UseInProcessClient=true
4+
LoadDependencies=false
5+
6+
[Paths]
7+
Tools=./.cake
8+
Addins=./.cake/addins
9+
Modules=./.cake/modules
10+
11+
[Settings]
12+
SkipVerification=false

0 commit comments

Comments
 (0)