Skip to content
#

cake-build

Here are 172 public repositories matching this topic...

augustoproiete
augustoproiete commented Nov 21, 2020

Currently when calling the MSBuild alias with an MSBuildSettings, we need to set the target using the WithTarget extension method.

MSBuild("./my-app.sln", new MSBuildSettings
{
    Configuration = "Release",
    ToolVersion = MSBuildToolVersion.VS2019,
}.WithTarget("Build")); // <<<###

It would be nice if we could use a property, with a string, which would make it more na

cake-vscode
jrgcubano
jrgcubano commented Dec 11, 2017

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:

augustoproiete
augustoproiete commented Feb 28, 2021

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

augustoproiete
augustoproiete commented May 17, 2021

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.

Improve this page

Add a description, image, and links to the cake-build topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more