forked from ControlzEx/ControlzEx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcake.config
More file actions
17 lines (14 loc) · 383 Bytes
/
Copy pathcake.config
File metadata and controls
17 lines (14 loc) · 383 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
; This is the default configuration file for Cake.
; This file was downloaded from https://github.com/cake-build/resources
[Nuget]
Source=https://api.nuget.org/v3/index.json
UseInProcessClient=true
LoadDependencies=false
[Paths]
Tools=./tools
Addins=./tools/Addins
Modules=./tools/Modules
[Settings]
SkipVerification=false
SkipPackageVersionCheck=true
ShowProcessCommandLine=true