cake
Here are 232 public repositories matching this topic...
-
Updated
Sep 7, 2021 - C#
-
Updated
Dec 11, 2021 - Python
-
Updated
Jun 19, 2018 - CoffeeScript
-
Updated
Aug 30, 2021 - C#
Currently when users visit the URL https://cakebuild.net/support/nuget they are redirected to https://cakebuild.net/community/getting-help
This works well in the "live" version of our website, but we have other "testing" environments for the website something like https://[test-env].cakebuild.net
Because the URL redirect right now is [hard-coded](https://github.com/cake-build/website/p
-
Updated
Mar 27, 2020 - C#
-
Updated
Dec 9, 2021 - C#
-
Updated
Dec 5, 2021 - C#
-
Updated
Jul 14, 2021 - Python
-
Updated
Dec 10, 2021 - C#
-
Updated
Dec 8, 2021 - C#
We've started using GitHub Discussions as the preferred communication channel moving forward (instead of Gitter) because it makes it easier to keep track of discussions in a structured way, especially if multiple discussions are happening at the same time. It also allows to search for previous questions/answers, which can be a helpful resource.
-
Updated
Nov 21, 2021 - C#
-
Updated
Dec 3, 2018 - C#
-
Updated
May 31, 2021 - C#
-
Updated
Jun 3, 2021 - C#
-
Updated
Dec 13, 2021 - C#
-
Updated
Dec 23, 2021
-
Updated
Nov 29, 2021 - JavaScript
-
Updated
Mar 13, 2021 - C#
Sometimes the MinVer generated version is the starting point to generate other (custom) representations of version(s), which may or may not be SemVer-compliant.
var version = MinVer();
string customVersion1 = null; // Initialized via Setup
string customVersion2 = null; // Initialized via Setup
Task("build")
.Does(() =>
{
// use customVersion1
// use customVersion2
});
Improve this page
Add a description, image, and links to the cake topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cake topic, visit your repo's landing page and select "manage topics."
Currently when calling the
MSBuildalias with anMSBuildSettings, we need to set the target using theWithTargetextension method.It would be nice if we could use a property, with a string, which would make it more na