cake-build
Here are 172 public repositories matching this topic...
-
Updated
Aug 30, 2021 - C#
-
Updated
Oct 8, 2021 - PowerShell
The idea is to be able to perform some linting and formating before committing your code. The commit phase will break if linting and formatting not working as expected on current staged changes. With this we can ensure no errors (like missing semicolon, etc) and give us some coding style to follow!
Useful links to review:
-
Updated
Aug 17, 2020 - C#
-
Updated
Dec 13, 2021 - C#
-
Updated
Oct 25, 2021 - TypeScript
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 5, 2021 - C#
-
Updated
Jan 5, 2022 - C#
-
Updated
Jan 4, 2022 - C#
-
Updated
Jan 31, 2022 - 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
Jul 18, 2020 - C#
-
Updated
Jan 27, 2022 - C#
-
Updated
Nov 29, 2021 - C#
-
Updated
Dec 10, 2021 - C#
-
Updated
Dec 6, 2021 - C#
-
Updated
May 31, 2021 - C#
-
Updated
Jun 3, 2021 - C#
-
Updated
Jan 31, 2022 - C#
-
Updated
Feb 4, 2022
We've recently released new icons for Cake extensions, to help more easily differentiate Cake Addins, Modules, Recipes, etc.
More information: https://github.com/cake-contrib/graphics
-
Updated
Oct 4, 2020 - C#
Improve this page
Add a description, image, and links to the cake-build topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cake-build 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