-
My PR https://github.com/cake-build/resources/pull/30 caused build.sh to stop accepting certain argument formattings that it used to accept. I thought cake.exe understood all these forms but it turns …
-
@agc93 I am pretty much at the point where my not so secret project, Cake.Recipe, is ready to be rolled out.
Would you be interested in me adding it to this repository?
The benefits would be...
…
gep13 updated
7 years ago
-
cake.library.project imports cake.library.compilers.msvc simply for the type MsvcCompiler so it can determine if the compiler used is MSVC or not.
By doing this it fails because that imports cake.…
donno updated
7 years ago
-
Hi
I just found this project and wanted to try it out, unfortunately when I try to run build.ps1 I get this error:
PS D:\Code\GitHub\CefGlue.Core> .\build.ps1
Preparing to run build script...
Ru…
-
Relates to cake-build/cake#1023
gep13 updated
2 years ago
-
Using .NET framework 4.7.2 on a WPF project
build.cake preprocessor directive:
```
#addin nuget:?package=Cake.ClickTwice&version=0.1.1
```
and get this error:
```
Error: Failed to install…
-
Hi, I am using build.cake to build my projects and also use StyleCop to suspend warnings display like CS1573 and CS1591 during build. Everything worked perfectly until I add new Task in my build.cake…
-
We should add documentation for the TeamCity integration in https://cakebuild.net/docs/build-systems/. See https://github.com/cake-build/cake-teamcity
-
Is there a way to explicitly run a specific target just like in .cake file you call RunTarget("whetever")? Looks like Target string property is in CakeHostOptions, but couldnt find a way to configure …
-
### main
```java
ExecutorService executorService = Executors.newFixedThreadPool(2);
executorService.submit(new CakeEater(lockClient, "User 1", 20000));
executorService.submit(new…