diff --git a/cake.config b/cake.config new file mode 100644 index 000000000..8615723e8 --- /dev/null +++ b/cake.config @@ -0,0 +1,3 @@ +[Nuget] +; Use the new InProcess client, because some packages have long file paths. +UseInProcessClient=true \ No newline at end of file diff --git a/setup.cake b/setup.cake index f9e3e42cd..24d61f30f 100644 --- a/setup.cake +++ b/setup.cake @@ -9,7 +9,8 @@ BuildParameters.SetParameters( title: "Cake.Issues", repositoryOwner: "cake-contrib", repositoryName: "Cake.Issues", - appVeyorAccountName: "cakecontrib"); + appVeyorAccountName: "cakecontrib", + shouldRunCodecov: false); BuildParameters.PrintParameters(Context); diff --git a/tools/packages.config b/tools/packages.config index ea7b9500f..af3212e12 100644 --- a/tools/packages.config +++ b/tools/packages.config @@ -1,4 +1,4 @@ - + \ No newline at end of file