You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
326 B
15 lines
326 B
; 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
|
|
|