mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-19 16:06:35 +08:00
17 lines
355 B
Plaintext
17 lines
355 B
Plaintext
; 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
|