-
One of the challenges we have across our organization is that teams structure their cake files differently for their particular workflows. It's difficult as new comer to understand which targets do wh…
-
If issues are requested in Markdown format the issue provider currently fallbacks to plain text messages. If further processing is in a Markdown pipeline part of the message can get lost.
Example:
…
-
Right now I have to choose between `#tool nuget:?package=SomePackageName` which runs for all tasks, even `Clean`, and `NuGetInstall("SomePackageName", new NuGetInstallSettings { OutputDirectory = buil…
-
Keen on having access to the following items as part of build scripts from e.g. GitVersion:
Branch name
- Modify build logic based on prefixes/particular branch names. Example - for PR builds woul…
-
Hi,
i'm trying to run this command against the ARCore project.
dotnet cake --target=externals
Some errors:
```
Error: Error(s) occurred when compiling build script:
D:/repos/_clones/Xamari…
-
Hi,
could you please upgrade Cake reference to v1.0.0?
-
It would be nice to have a template which would generate a file which can be used on the summary page of an Azure Pipeline / TFS Build
-
gep13 updated
4 years ago
-
### Parameters
- **Version** parameter: **no**.
There would be no notion of the downloaded tool having a version, so no `version` or `prerelease` parameters.
- **Format** parameter: **maybe*…
-
I create a project with "cake new foo", edit the project.clj file to include clojure-contrib, open the automatically generated core.clj file and add some code (just creating a var with a def for now).…