We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825c118 commit 5ef0b65Copy full SHA for 5ef0b65
.gitignore
@@ -24,5 +24,6 @@ Thumbs.db
24
**/packages/*
25
26
#cake
27
+.cake/
28
/build/*
29
/tools/*
cake.config
@@ -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