Skip to content

Commit a3b113c

Browse files
committed
(build) Fix failing build
Recently, including the default value for UseInProcessClient in the cake.config file has been causing a build error. Rather than dig into what is going on, let's remove the inclusion of the default value, and let it execute without it.
1 parent c0d8b8e commit a3b113c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cake.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
[Nuget]
55
Source=https://api.nuget.org/v3/index.json
6-
UseInProcessClient=true
76

87
[Paths]
98
Tools=./tools

0 commit comments

Comments
 (0)