Skip to content
#

cake

Here are 241 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

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 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 topic, visit your repo's landing page and select "manage topics."

Learn more